批量付款报错修复

This commit is contained in:
张松 2025-04-07 11:48:44 +08:00
parent 21bb4968ca
commit 0ca9a2bddf
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<select id="selectUnPaid" resultType="com.czg.product.entity.ConsStockFlow">
select * from tb_cons_stock_flow where amount_payable > actual_payment_amount and shop_id=#{shopId}
<foreach collection="vendorIds" item="id" open="and vendor_id in (" separator=",">
<foreach collection="vendorIds" item="id" open="and vendor_id in (" separator="," close=")">
#{id}
</foreach>
</select>