瀏覽代碼

待支付查询

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