Browse Source

待支付查询

lyhzzz 2 years ago
parent
commit
60070043f9
1 changed files with 1 additions and 1 deletions
  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