|
|
@@ -537,7 +537,7 @@
|
|
|
left join t_order_mid tm on tm.order_no=b.order_no
|
|
|
where 1=1
|
|
|
<if test="fids != null and fids.size > 0">
|
|
|
- and ,o.finance_id in
|
|
|
+ and o.finance_id in
|
|
|
<foreach collection="fids" item="id" open="(" separator="," close=")">
|
|
|
#{id}
|
|
|
</foreach>
|
|
|
@@ -579,7 +579,7 @@
|
|
|
left join t_order_mid tm on tm.order_no=b.order_no
|
|
|
where 1=1
|
|
|
<if test="fids != null and fids.size > 0">
|
|
|
- and ,o.finance_id in
|
|
|
+ and o.finance_id in
|
|
|
<foreach collection="fids" item="id" open="(" separator="," close=")">
|
|
|
#{id}
|
|
|
</foreach>
|