|
|
@@ -540,7 +540,7 @@ select
|
|
|
and (a.process_state = 7 and a.status =1)
|
|
|
</if>
|
|
|
<if test="complete ==1 and processState == 8">
|
|
|
- and (a.process_state = #{processState} a.status =1)
|
|
|
+ and (a.process_state = #{processState} and a.status =1)
|
|
|
</if>
|
|
|
<if test="complete ==2 and processState != 5 and processState != 7 and processState != 8">
|
|
|
and a.process_state > #{processState}
|
|
|
@@ -653,7 +653,7 @@ select
|
|
|
and (a.process_state = 7 and a.status =1)
|
|
|
</if>
|
|
|
<if test="complete ==1 and processState == 8">
|
|
|
- and (a.process_state = #{processState} a.status =1)
|
|
|
+ and (a.process_state = #{processState} and a.status =1)
|
|
|
</if>
|
|
|
<if test="complete ==2 and processState != 5 and processState != 7 and processState != 8">
|
|
|
and a.process_state > #{processState}
|