feiyu02
2023-12-01 c6842e8498c2d9b469890b38cd9f0d714392c445
src/main/resources/mapper/ds1/RiskValueMapper.xml
@@ -28,7 +28,7 @@
    from du_js_t_risk_value as a left join ja_t_dust_site_info as b on a.mn_code = b.mn_code
    <where>
      <if test="mnCode != null and mnCode != '' ">
        b.name = #{mnCode}
        a.mn_code = #{mnCode}
      </if>
      <if test="month != null">