Explorar el Código

/、update

release_toaliyun_real
xhxu hace 4 años
padre
commit
ccc1ea73f1
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql

+ 8
- 0
mallinkAdmin/src/main/resources/db/migration/V2021120900001__add_type.sql Ver fichero

@@ -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);



Cargando…
Cancelar
Guardar