批量付款报错修复
This commit is contained in:
parent
21bb4968ca
commit
0ca9a2bddf
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue