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}