|
@@ -5,6 +5,7 @@
|
|
|
INSERT INTO pms_product
|
|
|
(
|
|
|
brand_id,
|
|
|
+ product_big_category_name,
|
|
|
product_category_id,
|
|
|
feight_template_id,
|
|
|
product_attribute_category_id,
|
|
@@ -61,6 +62,7 @@
|
|
|
<foreach collection="list" item="item" index="index" separator=",">
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
#{item.brandId},
|
|
|
+ #{item.productBigCategoryName},
|
|
|
#{item.productCategoryId},
|
|
|
#{item.feightTemplateId},
|
|
|
#{item.productAttributeCategoryId},
|