tmerclub/db/2023-12-18 去除dubbo默认异常处理过滤器.sql
2025-03-20 18:21:13 +08:00

50 lines
2.2 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# . nacos中application.ymldubbo配置
# dubbo:
# provider:
# filter: -exception
# . sqlnacos中application.yml
use tmerclub_nacos;
update config_info set content = REPLACE(content, 'provider:\n token: true\n', 'provider:\n token: true\n filter: -exception\n') where data_id = 'application.yml';
#
USE tmerclub_auth;
UPDATE menu SET name = '限时折扣' , title = '限时折扣' WHERE menu_id = 154;
UPDATE menu SET name = '限时折扣' , title = '限时折扣' WHERE menu_id = 177;
UPDATE menu SET title = '查看限时折扣' WHERE menu_id = 270;
UPDATE menu SET title = '限时折扣编辑' WHERE menu_id = 268;
#
USE `tmerclub_auth`;
#
delete from `menu` where menu_id in (257, 264, 265);
#
INSERT INTO `menu`(`menu_id`, `create_time`, `update_time`, `parent_id`, `biz_type`, `permission`, `path`, `component`,
`redirect`, `always_show`, `hidden`, `name`, `title`, `icon`, `no_cache`, `breadcrumb`, `affix`,
`active_menu`, `seq`)
VALUES (676, '2023-12-15 10:32:06', '2023-12-15 10:32:14', 526, 2, NULL, '/platform-default', 'default', NULL, NULL, 0,
'默认组件', '默认组件', '', NULL, NULL, NULL, NULL, 2),
(677, '2023-12-15 10:32:39', '2023-12-15 10:39:49', 676, 2, NULL, 'index-img', 'platform/default/index-img',
NULL, NULL, 0, '轮播图', '轮播图', 'el-icon-picture-outline', NULL, NULL, NULL, NULL, 1),
(678, '2023-12-15 10:32:37', '2023-12-15 10:39:53', 676, 2, NULL, 'spu-tag', 'platform/default/spu-tag', NULL,
NULL, 0, '分组管理', '分组管理', '', NULL, NULL, NULL, NULL, 2),
(679, '2023-12-15 10:32:26', '2023-12-15 11:19:43', 676, 2, NULL, 'tag-prod', 'platform/default/tag-prod', NULL,
NULL, 1, '添加分组商品', '添加分组商品', '', NULL, NULL, NULL, NULL, 0);
#
UPDATE `menu`
SET
`title` = '积分规格'
WHERE
`title` = '规格管理'
AND biz_type = 2