shenyijian
2024-09-18 2586cbed2ace222cc785e61540b0e89120624de4
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/mapper/SgProgressReportMapper.xml
@@ -100,7 +100,7 @@
            and  si.CONTROL_UNIT=#{dto.userUnit}
        </if>
        <if test="dto.countryUnit != null and dto.countryUnit != ''">
            and dria."county_cd"=#{dto.userUnit}
            and dria."county_cd"=#{dto.countryUnit}
        </if>
        <if test="dto.roleUnit != null and dto.roleUnit != ''">
            and userR.role_id=#{dto.roleUnit}