From a69b3a7385fe42e0f13d180f8a98fac99e1fc203 Mon Sep 17 00:00:00 2001 From: macro Date: Mon, 20 Mar 2023 15:56:35 +0800 Subject: [PATCH] =?UTF-8?q?SQL=E8=84=9A=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- document/sql/mall.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/sql/mall.sql b/document/sql/mall.sql index 61f6c0d..eb56ff9 100644 --- a/document/sql/mall.sql +++ b/document/sql/mall.sql @@ -2987,7 +2987,7 @@ CREATE TABLE `ums_resource` ( -- Records of ums_resource -- ---------------------------- INSERT INTO `ums_resource` VALUES (1, '2020-02-04 17:04:55', '商品品牌管理', '/brand/**', NULL, 1); -INSERT INTO `ums_resource` VALUES (2, '2020-02-04 17:05:35', '商品属性分类管理', '/productAttribute/**', NULL, 1); +INSERT INTO `ums_resource` VALUES (2, '2020-02-04 17:05:35', '商品属性分类管理', '/productAttribute/category/**', NULL, 1); INSERT INTO `ums_resource` VALUES (3, '2020-02-04 17:06:13', '商品属性管理', '/productAttribute/**', NULL, 1); INSERT INTO `ums_resource` VALUES (4, '2020-02-04 17:07:15', '商品分类管理', '/productCategory/**', NULL, 1); INSERT INTO `ums_resource` VALUES (5, '2020-02-04 17:09:16', '商品管理', '/product/**', NULL, 1);