|
|
@@ -207,12 +207,10 @@ |
|
|
|
|
|
|
|
|
<insert id="insertList" parameterType="java.util.List"> |
|
|
<insert id="insertList" parameterType="java.util.List"> |
|
|
insert into wx_coupon_merchant |
|
|
insert into wx_coupon_merchant |
|
|
(`id`,`tenant_id`,`parent_tenant_id`,`product_id`,`merchant_id`,`parameter`,`create_date`,`update_date`,`status`) |
|
|
|
|
|
|
|
|
(`id`,`product_id`,`merchant_id`,`parameter`,`create_date`,`update_date`,`status`) |
|
|
values |
|
|
values |
|
|
<foreach collection="addList" item="item" index="index" separator=","> |
|
|
<foreach collection="addList" item="item" index="index" separator=","> |
|
|
(#{item.id,jdbcType=BIGINT}, |
|
|
(#{item.id,jdbcType=BIGINT}, |
|
|
/*#{item.tenantId,jdbcType=VARCHAR}, |
|
|
|
|
|
#{item.parentTenantId,jdbcType=VARCHAR},*/ |
|
|
|
|
|
#{item.productId,jdbcType=BIGINT}, |
|
|
#{item.productId,jdbcType=BIGINT}, |
|
|
#{item.merchantId,jdbcType=BIGINT}, |
|
|
#{item.merchantId,jdbcType=BIGINT}, |
|
|
#{item.parameter,jdbcType=VARCHAR}, |
|
|
#{item.parameter,jdbcType=VARCHAR}, |
|
|
|