Browse Source

订单变更BUG修复

anderx 3 years ago
parent
commit
001dc7b677
1 changed files with 1 additions and 1 deletions
  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">