业务办理记录查询-直转记录查询,审核状态筛选状态与结果不一致;

This commit is contained in:
马三炮 2025-06-15 17:19:31 +08:00
parent 260eb79d10
commit 327cd5b727
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
and bui.unit_id = #{unitId}
</if>
<if test="status != null and status != ''">
and dai.status = #{status}
and swr.workflow_status = #{status}
</if>
<if test="isApp != null and taskStatus==0">and dai.status = 0 </if>
<if test="isApp != null and taskStatus==1">and (dai.status = 1 or dai.status = 2)</if>