Просмотр исходного кода

//update test

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
ae8882b888
2 измененных файлов: 2 добавлений и 1 удалений
  1. +1
    -1
      mallinkAdmin/src/main/resources/db/migration/V2022041100001__addpoi.sql
  2. +1
    -0
      mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml

+ 1
- 1
mallinkAdmin/src/main/resources/db/migration/V2022041100001__addpoi.sql Просмотреть файл

@@ -7,4 +7,4 @@ UPDATE `mallink`.`mall_sale_type` SET `menus` = '[1, 2, 4, 5, 6, 50, 105, 110, 2
INSERT INTO `mallink`.`mall_permission`(`id`, `name`, `parent_id`, `available`, `permission`, `resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`, `sort`) VALUES (647, '抖音券', 602, 'Y', NULL, 1, NULL, NULL, 'douyinCoupon', NULL, 0, 641);


UPDATE `mallink`.`mall_sale_type` SET `menus` = '[1, 2, 4, 5, 6, 50, 105, 110, 201, 205, 202, 211, 212, 221, 222, 223, 251, 409, 410, 411, 416, 500, 502, 504, 505, 506, 507, 508, 511, 512, 521, 522, 523, 531, 532, 591, 592, 595, 602, 605, 606, 607, 610, 641, 647, 671, 674, 675, 680, 711, 901, 902, 904, 907, 60702]' WHERE `id` = 11;
UPDATE `mallink`.`mall_sale_type` SET `menus` = '[1, 2, 4, 5, 6, 50, 105, 110, 201, 205, 202, 211, 212, 221, 222, 223, 251, 409, 410, 411, 416, 500, 502, 504, 505, 506, 507, 508, 511, 512, 521, 522, 523, 531, 532, 591, 592, 595, 602, 605, 606, 607, 610, 647, 671, 674, 675, 680, 711, 901, 902, 904, 907, 60702]' WHERE `id` = 11;

+ 1
- 0
mallinkService/src/main/resources/mapper/WxCouponChannelMapper.xml Просмотреть файл

@@ -332,6 +332,7 @@
<select id="getPoiProductIdList" parameterType="java.util.HashMap" resultType="Long">
select id from wx_coupon_channel
where `tenant_id` = #{tenantId}
and `coupon_id` = #{couponId}
and `tt_spu_id` is not null
</select>



Загрузка…
Отмена
Сохранить