ソースを参照

团长招商活动已报名商品列表
列表添加ccr字段

zhaoxian 6 ヶ月 前
コミット
cf2ff9a8f9

+ 24 - 12
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -3741,7 +3741,8 @@
         item_leaf_category_id,
         item_commission_rate,
         investment_promotion_rate,
-        shop_id
+        shop_id,
+        ccr_value
         )
         values
         <foreach collection="list" item="li" separator=",">
@@ -3753,7 +3754,8 @@
             #{li.itemLeafCategoryId},
             #{li.itemCommissionRate},
             #{li.investmentPromotionRate},
-            #{li.shopId}
+            #{li.shopId},
+            #{li.ccrValue}
             )
         </foreach>
     </insert>
@@ -3767,7 +3769,8 @@
         item_leaf_category_id,
         item_commission_rate,
         investment_promotion_rate,
-        shop_id
+        shop_id,
+        ccr_value
         )
         values
         <foreach collection="list" item="li" separator=",">
@@ -3779,7 +3782,8 @@
             #{li.itemLeafCategoryId},
             #{li.itemCommissionRate},
             #{li.investmentPromotionRate},
-            #{li.shopId}
+            #{li.shopId},
+            #{li.ccrValue}
             )
         </foreach>
     </insert>
@@ -3794,7 +3798,8 @@
         item_leaf_category_id,
         item_commission_rate,
         investment_promotion_rate,
-        shop_id
+        shop_id,
+        ccr_value
         )
         values
         <foreach collection="list" item="li" separator=",">
@@ -3806,7 +3811,8 @@
             #{li.itemLeafCategoryId},
             #{li.itemCommissionRate},
             #{li.investmentPromotionRate},
-            #{li.shopId}
+            #{li.shopId},
+            #{li.ccrValue}
             )
         </foreach>
     </insert>
@@ -3821,7 +3827,8 @@
         item_leaf_category_id,
         item_commission_rate,
         investment_promotion_rate,
-        shop_id
+        shop_id,
+        ccr_value
         )
         values
         <foreach collection="list" item="li" separator=",">
@@ -3833,7 +3840,8 @@
             #{li.itemLeafCategoryId},
             #{li.itemCommissionRate},
             #{li.investmentPromotionRate},
-            #{li.shopId}
+            #{li.shopId},
+            #{li.ccrValue}
             )
         </foreach>
     </insert>
@@ -3847,7 +3855,8 @@
         item_leaf_category_id,
         item_commission_rate,
         investment_promotion_rate,
-        shop_id
+        shop_id,
+        ccr_value
         )
         values
         <foreach collection="list" item="li" separator=",">
@@ -3859,7 +3868,8 @@
             #{li.itemLeafCategoryId},
             #{li.itemCommissionRate},
             #{li.investmentPromotionRate},
-            #{li.shopId}
+            #{li.shopId},
+            #{li.ccrValue}
             )
         </foreach>
     </insert>
@@ -3873,7 +3883,8 @@
         item_leaf_category_id,
         item_commission_rate,
         investment_promotion_rate,
-        shop_id
+        shop_id,
+        ccr_value
         )
         values
         <foreach collection="list" item="li" separator=",">
@@ -3885,7 +3896,8 @@
             #{li.itemLeafCategoryId},
             #{li.itemCommissionRate},
             #{li.investmentPromotionRate},
-            #{li.shopId}
+            #{li.shopId},
+            #{li.ccrValue}
             )
         </foreach>
     </insert>