|
@@ -134,5 +134,6 @@ INSERT INTO `calculation`.`zh_permission` (`id`, `name`, `controller`, `action`,
|
|
|
INSERT INTO `calculation`.`zh_permission` (`id`, `name`, `controller`, `action`, `pid`, `icon_class`, `create_time`, `isshow`) VALUES ('68', '第三方接口', 'project', 'api2other', '38', 'api2other', NULL, '1');
|
|
|
INSERT INTO `calculation`.`zh_permission` (`id`, `name`, `controller`, `action`, `pid`, `icon_class`, `create_time`, `isshow`) VALUES ('69', '第三方接口设置', 'project', 'api2otherSave', '38', '', NULL, '1');
|
|
|
|
|
|
-update `calculation`.`zh_permission` set `name` = '消息通知', `isshow` = 1 where `id` = 31;
|
|
|
+update `calculation`.`zh_permission` set `name` = '消息管理', `isshow` = 1 where `id` = 31;
|
|
|
+update `calculation`.`zh_permission` set `name` = '消息通知', `isshow` = 1 where `id` = 32;
|
|
|
update `calculation`.`zh_permission` set `create_time` = '1' where `id` = 62;
|