sql脚本去掉无用链接、spring-boot升级到2.7.5、druid1.2.12

This commit is contained in:
taozi
2022-11-04 19:48:09 +08:00
parent ba4414e7c0
commit 0bd614b60e
3 changed files with 50 additions and 50 deletions

View File

@ -28,7 +28,7 @@ ALTER TABLE yx_wechat_template ADD COLUMN type VARCHAR(30) COMMENT '类型
-- ----------------------------
-- 足迹菜单添加
-- ----------------------------
INSERT INTO `yx_system_group_data` VALUES (225, 'yshop_my_menus', '{\"imageArr\":[\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\"],\"uniapp_url\":\"/pages/shop/GoodsFoot/index\",\"name\":\"我的足迹\",\"id\":225,\"pic\":\"https://consoleapi.xinxintuan.co/file/pic/20200911093912577832.png\",\"sort\":10,\"url\":\"\",\"wxapp_url\":\"\",\"status\":1}', '2020-09-11 09:39:21', '2020-09-11 09:40:49', 10, 1, 0);
INSERT INTO `yx_system_group_data` VALUES (225, 'yshop_my_menus', '{\"imageArr\":[\"https://app2.yixiang.co/file/pic/20200911093912577832.png\"],\"uniapp_url\":\"/pages/shop/GoodsFoot/index\",\"name\":\"我的足迹\",\"id\":225,\"pic\":\"https://app2.yixiang.co/file/pic/20200911093912577832.png\",\"sort\":10,\"url\":\"\",\"wxapp_url\":\"\",\"status\":1}', '2020-09-11 09:39:21', '2020-09-11 09:40:49', 10, 1, 0);
-- ----------------------------
-- 菜单添加
@ -133,4 +133,4 @@ SET FOREIGN_KEY_CHECKS = 1;
drop index uid on yx_store_product_relation;
drop index uid on yx_store_product_relation;