yuliang преди 5 години
родител
ревизия
db9bbfe7c0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      whepi-web/src/main/resources/mapper/RbMapper.xml

+ 1 - 1
whepi-web/src/main/resources/mapper/RbMapper.xml

@@ -95,7 +95,7 @@
                 and msr.report_status is null
             </if>
             <if test="reportStatus == 3">
-                and msr.report_status is null or msr.report_status=0
+                and (msr.report_status is null or msr.report_status=0)
             </if>
         </where>
         order by suu.unit_id asc,suho.linkman