소스 검색

待支付查询

lyhzzz 2 년 전
부모
커밋
60070043f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/sale/RepairMapper.xml

+ 1 - 1
src/main/resources/mapper/sale/RepairMapper.xml

@@ -165,7 +165,7 @@
             and rr.sys_user_id = #{param.repairManId}
         </if>
         <if test="param.payStatus != null and param.payStatus ==0">
-            and r.status &lt; 80
+            and r.status &lt;= 80
         </if>
         <if test="param.payStatus != null and param.payStatus ==1">
           and r.status &gt; 80