角色案件查询
This commit is contained in:
@@ -129,7 +129,6 @@
|
||||
<!--财务-->
|
||||
<if test="financeStatus != null and 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>
|
||||
</where>
|
||||
) t1
|
||||
|
||||
Reference in New Issue
Block a user