业务办理审核-减免审核,审核状态筛选状态与结果不一致;

This commit is contained in:
马三炮 2025-06-15 17:31:42 +08:00
parent a74ac63a30
commit d590219ca3
1 changed files with 1 additions and 1 deletions

View File

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