|
|
@@ -128,8 +128,7 @@
|
|
128
|
128
|
</if>
|
|
129
|
129
|
<!--财务-->
|
|
130
|
130
|
<if test="financeStatus != null and financeStatus != ''">
|
|
131
|
|
- or(t.identity_type=1 and t.case_status =#{financeStatus})
|
|
132
|
|
-
|
|
|
131
|
+ or ( t.identity_type=1 and t.case_status =#{financeStatus})
|
|
133
|
132
|
</if>
|
|
134
|
133
|
</where>
|
|
135
|
134
|
) t1
|
|
|
@@ -219,9 +218,9 @@
|
|
219
|
218
|
</foreach>)
|
|
220
|
219
|
</if>
|
|
221
|
220
|
<!--财务-->
|
|
222
|
|
- <if test="financeStatus != null and financeStatus != ''">
|
|
223
|
|
- or( t.identity_type=1 and t.case_status =#{financeStatus})
|
|
224
|
221
|
|
|
|
222
|
+ <if test="financeStatus != null and financeStatus != ''">
|
|
|
223
|
+ or ( t.identity_type=1 and t.case_status =#{financeStatus})
|
|
225
|
224
|
</if>
|
|
226
|
225
|
</where>
|
|
227
|
226
|
) t1
|