From ccc1ea73f192e3e7bd17ea52cdeedc2f19113caa Mon Sep 17 00:00:00 2001 From: xhxu Date: Sat, 18 Dec 2021 19:28:48 +0800 Subject: [PATCH] =?UTF-8?q?/=E3=80=81update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V2021120900001__add_type.sql | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql b/mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql index 9cf67fd1a..5b7be5503 100644 --- a/mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql +++ b/mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql @@ -40,6 +40,14 @@ UPDATE `mallink`.`mall_sale_type` SET `menus` = '[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, INSERT INTO `mallink`.`wx_miniapp_theme`(`id`, `tenant_id`, `name`, `remarks`, `preview_url`, `type`, `mould_type`, `create_date`, `update_date`, `del_status`) VALUES (5, '1', '新版默认主题', NULL, 'https://formall.oss-accelerate.aliyuncs.com/cimg/newstyle/style-3.png', 2, 1, '2020-12-18 15:53:09', '2020-12-18 15:53:09', 0); +UPDATE `mallink`.`wx_miniapp_theme` SET `preview_url` = 'https://formall.oss-accelerate.aliyuncs.com/789/malinkadmin/2021-12-18/397bcd8728be45858c5f9fd68f44d598.png', `update_date` = '2021-12-18 15:58:02' WHERE `id` = 1; +UPDATE `mallink`.`wx_miniapp_theme` SET `preview_url` = 'https://formall.oss-accelerate.aliyuncs.com/789/malinkadmin/2021-12-18/fda1cb10ece04c73b6d3b47d72b7eee0.png', `update_date` = '2021-12-18 16:01:51' WHERE `id` = 2; +UPDATE `mallink`.`wx_miniapp_theme` SET `preview_url` = 'https://formall.oss-accelerate.aliyuncs.com/789/malinkadmin/2021-12-18/010c0f701e4449cdb3dde859f9c6fda3.png', `update_date` = '2021-12-18 16:04:05' WHERE `id` = 3; +UPDATE `mallink`.`wx_miniapp_theme` SET `preview_url` = 'https://formall.oss-accelerate.aliyuncs.com/789/malinkadmin/2021-12-18/56978dc004df4b18a378dba8f5ea72c8.png', `update_date` = '2021-12-18 16:06:24' WHERE `id` = 4; +UPDATE `mallink`.`wx_miniapp_theme` SET `preview_url` = 'https://formall.oss-accelerate.aliyuncs.com/789/malinkadmin/2021-12-18/d015133a0dd247b68ec312d4108f2da8.png', `update_date` = '2021-12-18 16:34:01' WHERE `id` = 5; + + + delete from wx_miniapp_theme_deploy where id in (4444,4455,4466,4477,4488,4499,5500,5511); delete from wx_miniapp_theme_value where miniapp_deploy_id in (4444,4455,4466,4477,4488,4499,5500,5511);