yuliang há 5 anos atrás
pai
commit
db9bbfe7c0
1 ficheiros alterados com 1 adições e 1 exclusões
  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