|
|
@@ -666,7 +666,7 @@ from new_order_change a where 1 = 1 and status in (0,1,2,3)
|
|
|
and ((a.process_state >= #{processState} and a.process_state < 10)or a.back_status >= #{processState})
|
|
|
</if>
|
|
|
<if test="complete ==0 and processState == 8">
|
|
|
- and (a.process_state >= 8 and a.process_state < 10)or a.back_status >= #{processState}
|
|
|
+ and ((a.process_state >= 8 and a.process_state < 10)or a.back_status >= #{processState})
|
|
|
</if>
|
|
|
<if test="complete ==0 and processState == 9">
|
|
|
and ((a.process_state = 9 )or a.back_status >= #{processState})
|
|
|
@@ -801,7 +801,7 @@ from new_order_change a where 1 = 1 and status in (0,1,2,3)
|
|
|
and ((a.process_state >= #{processState} and a.process_state < 10)or a.back_status >= #{processState})
|
|
|
</if>
|
|
|
<if test="complete ==0 and processState == 8">
|
|
|
- and (a.process_state >= 8 and a.process_state < 10)or a.back_status >= #{processState}
|
|
|
+ and ((a.process_state >= 8 and a.process_state < 10)or a.back_status >= #{processState})
|
|
|
</if>
|
|
|
<if test="complete ==0 and processState == 9">
|
|
|
and ((a.process_state = 9 )or a.back_status >= #{processState})
|