角色案件查询

This commit is contained in:
18792927508
2023-10-18 10:19:49 +08:00
parent 96a0983441
commit ad4f1aecb2
@@ -129,7 +129,6 @@
<!--财务--> <!--财务-->
<if test="financeStatus != null and financeStatus != ''"> <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> </if>
</where> </where>
) t1 ) t1
@@ -219,9 +218,9 @@
</foreach>) </foreach>)
</if> </if>
<!--财务--> <!--财务-->
<if test="financeStatus != null and financeStatus != ''"> <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> </if>
</where> </where>
) t1 ) t1