批量付款报错修复
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<select id="selectUnPaid" resultType="com.czg.product.entity.ConsStockFlow">
|
<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}
|
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}
|
#{id}
|
||||||
</foreach>
|
</foreach>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user