|
|
@@ -675,7 +675,7 @@ from new_order_change a where 1=1 and a.id= #{id}
|
|
|
and (a.process_state > 5 and a.process_state < 9) or (a.process_state =9 and a.status=4)
|
|
|
</if>
|
|
|
<if test="complete ==2 and processState == 7">
|
|
|
- and ((a.process_state = 7 and a.status = 4)or a.process_state = 8)
|
|
|
+ and ((a.process_state = 7 and a.status = 4)or a.process_state > 7)
|
|
|
</if>
|
|
|
<if test="complete ==2 and processState == 8">
|
|
|
and a.process_state = 8 and a.status = 4
|
|
|
@@ -749,7 +749,7 @@ from new_order_change a where 1=1 and a.id= #{id}
|
|
|
and ((a.process_state > 5 and a.status != 4)or (a.process_state in (5,9) and a.status = 4))
|
|
|
</if>
|
|
|
<if test="complete ==2 and processState == 7">
|
|
|
- and ((a.process_state = 7 and a.status = 4)or a.process_state = 8)
|
|
|
+ and ((a.process_state = 7 and a.status = 4)or a.process_state > 7)
|
|
|
</if>
|
|
|
<if test="complete ==2 and processState == 8">
|
|
|
and a.process_state = 8 and a.status = 4
|