Authored by hugufei

fix bug

... ... @@ -434,7 +434,7 @@
</select>
<select id="selectBrandNewestSkns">
<select id="selectBrandNewestSkns" resultType="java.lang.Integer" timeout="20000">
select erp_product_id from product where brand_id in
<foreach item="item" index="index" collection="brandIds"
open="(" separator="," close=")">
... ...