zmc
2023-11-16 bd978772e02e8a62e5450c01615aff444d534462
src/main/resources/mapper/FugitiveDustMapper.xml
@@ -118,7 +118,7 @@
        from dust_exception_data as a join ja_t_dust_site_info as b on a.mn_code = b.mn_code
        <where>
            <if test="siteName !=null and siteName != ''">
                b.name = #{siteName}
                b.name like concat('%',#{siteName},'%')
            </if>
            <if test="exceptionType != null and exceptionType != '' ">