业务办理审核-减免审核,审核状态筛选状态与结果不一致;
This commit is contained in:
parent
a74ac63a30
commit
d590219ca3
|
|
@ -49,7 +49,7 @@
|
|||
)
|
||||
</if>
|
||||
<if test="status != null and status!=''">
|
||||
AND sra.status = #{status}
|
||||
AND swr.workflow_status = #{status}
|
||||
</if>
|
||||
<if test="taskStatus !=null">
|
||||
AND sra.status = #{taskStatus}
|
||||
|
|
|
|||
Loading…
Reference in New Issue