角色案件查询

This commit is contained in:
18792927508
2023-10-18 10:19:49 +08:00
parent 96a0983441
commit ad4f1aecb2
@@ -128,8 +128,7 @@
</if>
<!--财务-->
<if test="financeStatus != null and financeStatus != ''">
or(t.identity_type=1 and t.case_status =#{financeStatus})
or ( t.identity_type=1 and t.case_status =#{financeStatus})
</if>
</where>
) t1
@@ -219,9 +218,9 @@
</foreach>)
</if>
<!--财务-->
<if test="financeStatus != null and financeStatus != ''">
or( t.identity_type=1 and t.case_status =#{financeStatus})
<if test="financeStatus != null and financeStatus != ''">
or ( t.identity_type=1 and t.case_status =#{financeStatus})
</if>
</where>
) t1