Browse Source

//update

release_toaliyun_real
xhxu 4 years ago
parent
commit
0ed52f3bdf
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mallinkAdmin/src/main/resources/db/migration/V2022041100001__addpoi.sql

+ 4
- 0
mallinkAdmin/src/main/resources/db/migration/V2022041100001__addpoi.sql View File

@@ -0,0 +1,4 @@
INSERT INTO `mallink`.`mall_permission`(`id`, `name`, `parent_id`, `available`, `permission`, `resource_type`, `module_color`, `module_color_num`, `url`, `icon`, `version_type`, `sort`) VALUES (223, '抖音poi', 202, 'Y', NULL, 1, NULL, NULL, 'ttpoiList', NULL, 0, 223);


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, 671, 674, 675, 680, 711, 901, 902, 904, 907, 60702]' WHERE `id` = 11;

Loading…
Cancel
Save