【update】- 导入到标协会员菜单sql

This commit is contained in:
fengchenchen
2024-07-12 15:48:11 +08:00
parent 9f4dec7b18
commit b6b0997bb3
+4
View File
@@ -185,3 +185,7 @@ CREATE TABLE `pay_meeting_hotel_recommend` (
SET FOREIGN_KEY_CHECKS = 1;
-- 20240712 导入到标协会员菜单
INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `component_name`, `redirect`, `menu_type`, `perms`, `perms_type`, `sort_no`, `always_show`, `icon`, `is_route`, `is_leaf`, `keep_alive`, `hidden`, `description`, `create_by`, `create_time`, `update_by`, `update_time`, `del_flag`, `rule_flag`, `status`, `internal_or_external`, `external_terminal_show`) VALUES ('1811666066341814274', '1469221945005338626', '导入到标协会员', NULL, NULL, NULL, NULL, 2, 'council:exportToMember', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2024-07-12 15:37:04', NULL, NULL, 0, 0, '1', 0, 1);