|
|
@@ -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">
|