合并代码 #121

Merged
wangqiong123 merged 3 commits from wq into dev 2023-10-18 10:14:28 +00:00
Showing only changes of commit ad4f1aecb2 - Show all commits
@@ -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