xhxu 5 лет назад
Родитель
Сommit
3605bb2bc9
1 измененных файлов: 16 добавлений и 16 удалений
  1. +16
    -16
      mallinkAdmin/src/main/resources/db/migration/V202101280001__wx_miniapp_theme.sql

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

@@ -1,12 +1,12 @@
update wx_miniapp_theme_deploy set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_kanjia.png'' where id = 4444;
update wx_miniapp_theme_deploy set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_pintuan.png'' where id = 4455;
update wx_miniapp_theme_deploy set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/zhibo.png'' where id = 4466;
update wx_miniapp_theme_deploy set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_xiaofeika.png'' where id = 4477;
update wx_miniapp_theme_deploy set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/jifen.png'' where id = 4488;
update wx_miniapp_theme_deploy set default_icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/new_kanjia.png" where id = 4444;
update wx_miniapp_theme_deploy set default_icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/new_pintuan.png" where id = 4455;
update wx_miniapp_theme_deploy set default_icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/zhibo.png" where id = 4466;
update wx_miniapp_theme_deploy set default_icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/new_xiaofeika.png" where id = 4477;
update wx_miniapp_theme_deploy set default_icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/jifen.png" where id = 4488;


INSERT INTO `wx_miniapp_theme_deploy`(`id`, `name`, `remarks`, `theme_type`, `default_icon`, `default_style`) VALUES (4499, ''sy_qd'', ''首页签到图标'', 2, ''https://formall.oss-accelerate.aliyuncs.com/cimg/qiandao.png'', NULL);
INSERT INTO `wx_miniapp_theme_deploy`(`id`, `name`, `remarks`, `theme_type`, `default_icon`, `default_style`) VALUES (5500, ''sy_hd'', ''首页活动图标'', 2, ''https://formall.oss-accelerate.aliyuncs.com/cimg/huodong.png'', NULL);
INSERT INTO `wx_miniapp_theme_deploy`(`id`, `name`, `remarks`, `theme_type`, `default_icon`, `default_style`) VALUES (5511, ''sy_yx'', ''首页游戏图标'', 2, ''https://formall.oss-accelerate.aliyuncs.com/cimg/youxi.png'', NULL);
INSERT INTO `wx_miniapp_theme_deploy`(`id`, `name`, `remarks`, `theme_type`, `default_icon`, `default_style`) VALUES (4499, "sy_qd", "首页签到图标", 2, "https://formall.oss-accelerate.aliyuncs.com/cimg/qiandao.png", NULL);
INSERT INTO `wx_miniapp_theme_deploy`(`id`, `name`, `remarks`, `theme_type`, `default_icon`, `default_style`) VALUES (5500, "sy_hd", "首页活动图标", 2, "https://formall.oss-accelerate.aliyuncs.com/cimg/huodong.png", NULL);
INSERT INTO `wx_miniapp_theme_deploy`(`id`, `name`, `remarks`, `theme_type`, `default_icon`, `default_style`) VALUES (5511, "sy_yx", "首页游戏图标", 2, "https://formall.oss-accelerate.aliyuncs.com/cimg/youxi.png", NULL);


INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (1010, 2, 4499, NULL, NULL); INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (1010, 2, 4499, NULL, NULL);
INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (1020, 2, 5500, NULL, NULL); INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (1020, 2, 5500, NULL, NULL);
@@ -17,12 +17,12 @@ INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_i
INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (3030, 3, 5511, NULL, NULL); INSERT INTO `wx_miniapp_theme_value`(`id`, `miniapp_theme_id`, `miniapp_deploy_id`, `icon`, `style_class`) VALUES (3030, 3, 5511, NULL, NULL);




update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_kanjia_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4444;
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_pintuan_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4455;
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/zhibo_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4466;
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/new_xiaofeika_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4477;
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/jifen_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4488;
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/qiandao_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 4499;
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/huodong_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 5500;
update wx_miniapp_theme_value set default_icon = ''https://formall.oss-accelerate.aliyuncs.com/cimg/youxi_red.png'' where miniapp_theme_id = 3 and miniapp_deploy_id = 5511;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/new_kanjia_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 4444;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/new_pintuan_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 4455;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/zhibo_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 4466;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/new_xiaofeika_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 4477;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/jifen_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 4488;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/qiandao_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 4499;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/huodong_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 5500;
update wx_miniapp_theme_value set icon = "https://formall.oss-accelerate.aliyuncs.com/cimg/youxi_red.png" where miniapp_theme_id = 3 and miniapp_deploy_id = 5511;



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