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