lyhzzz před 2 roky
rodič
revize
60070043f9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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