소스 검색

订单变更BUG修复

anderx 3 년 전
부모
커밋
001dc7b677
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

@@ -574,7 +574,7 @@ select
 	<if test="complete ==1 and processState == 6">
 	 and (a.process_state in(6)  and a.status in (0,1,2,3,5,6))
 	</if>
-	<if test="complete ==1 and processState == 9">
+	<if test="complete ==1 and processState == 8">
 	 and (a.process_state = 8  and  a.status =1)
 	</if>
 	<if test="complete ==1 and processState == 9">