Authored by mali

库存管理

... ... @@ -202,7 +202,7 @@
and p.brand_id = #{product.brandId}
</if>
<if test="product.productIdList != null and product.productIdList.size()>0">
And b.id in
And p.id in
<foreach collection="product.productIdList" item="productID" open="(" close=")" separator=",">
#{productID}
</foreach>
... ...