lyhzzz преди 2 години
родител
ревизия
02d75483db
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/main/resources/mapper/sale/RepairMapper.xml

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

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