zmc
2023-11-16 bd978772e02e8a62e5450c01615aff444d534462
修改了查询异常数据的sql语句
已修改1个文件
2 ■■■ 文件已修改
src/main/resources/mapper/FugitiveDustMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 != '' ">