合并代码 #121
@@ -128,7 +128,8 @@
|
||||
</if>
|
||||
<!--财务-->
|
||||
<if test="financeStatus != null and financeStatus != ''">
|
||||
(t.identity_type=1 and t.case_status =#{financeStatus})
|
||||
or (t.identity_type=1 and t.case_status =#{financeStatus})
|
||||
|
||||
|
||||
</if>
|
||||
</where>
|
||||
@@ -220,7 +221,7 @@
|
||||
</if>
|
||||
<!--财务-->
|
||||
<if test="financeStatus != null and financeStatus != ''">
|
||||
( t.identity_type=1 and t.case_status =#{financeStatus})
|
||||
or ( t.identity_type=1 and t.case_status =#{financeStatus})
|
||||
|
||||
</if>
|
||||
</where>
|
||||
|
||||
Reference in New Issue
Block a user