Selaa lähdekoodia

修复bug35286

lyhzzz 2 vuotta sitten
vanhempi
commit
4225446d9a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/resources/mapper/sale/RepairMapper.xml

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

@@ -159,7 +159,7 @@
             and r.status < 80
         </if>
         <if test="param.payStatus != null and param.payStatus ==1">
-          and r.status &gt;= 80
+          and r.status &gt; 80
         </if>
         <if test="param.commentStatus != null ">
             and r.comment_status = #{param.commentStatus}