소스 검색

订单变更BUG修复

anderx 3 년 전
부모
커밋
8093a8143f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/NewOrderChangeMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/NewOrderChangeMapper.xml

@@ -568,7 +568,7 @@ select
 	<if test="complete ==0 and processState == 9">
 	 and (a.process_state &gt;= #{processState} and  a.process_state &lt; 10)or a.back_status &gt;= #{processState}
 	</if>
-	<if test="complete ==1 and processState != 7 and processState != 8 and processState != 9">
+	<if test="complete ==1 and processState != 6 and processState != 8 and processState != 9">
 	 and a.process_state = #{processState}
 	</if>
 	<if test="complete ==1 and processState == 6">