소스 검색

版本切换

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

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

@@ -605,6 +605,7 @@ select
 	</if>
 	<if test="complete ==2 and processState == 9">
 	 and a.process_state = 9  and   (a.status = 4 or a.status = 2)
+
 	</if>
 	<if test="complete ==3">
 	 and   a.status = 2