Signed-off-by: anderx <312518615@qq.com>
@@ -1547,7 +1547,7 @@ where super_id is null ) e on e.order_no=a.order_no
and d.finance_id = #{o.financeId,jdbcType=VARCHAR}
</if>
<if test="fids != null and o.financeId != """>
- and d.finance_id =
+ and d.finance_id in
<foreach item="item" collection="fids" separator="," open="(" close=")" index="">
#{item}
</foreach>