|
|
|
@@ -209,7 +209,7 @@ |
|
|
|
insert into wx_coupon_merchant |
|
|
|
(`id`,`tenant_id`,`parent_tenant_id`,`product_id`,`merchant_id`,`parameter`,`create_date`,`update_date`,`status`) |
|
|
|
values |
|
|
|
<foreach collection="list" item="item" index="index" separator=","> |
|
|
|
<foreach collection="addList" item="item" index="index" separator=","> |
|
|
|
(#{item.id,jdbcType=BIGINT}, |
|
|
|
#{item.tenantId,jdbcType=VARCHAR}, |
|
|
|
#{item.parentTenantId,jdbcType=VARCHAR}, |
|
|
|
|