业务办理记录查询-直转记录查询,审核状态筛选状态与结果不一致;
This commit is contained in:
parent
260eb79d10
commit
327cd5b727
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue