add 参展商邀请码sql

This commit is contained in:
lijiarao
2022-07-04 13:54:41 +08:00
parent c7a8e7bdf8
commit 50b140a71f
+4
View File
@@ -30,3 +30,7 @@ INSERT INTO `sys_permission` (`id`, `parent_id`, `name`, `url`, `component`, `co
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`) VALUES ('1539080415918395394', '1539063506556653570', '新增', NULL, NULL, NULL, NULL, 2, 'internationalSeminarGenerateCode:add', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2022-06-21 10:59:00', NULL, NULL, 0, 0, '1', 0);
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`) VALUES ('1539063506556653570', '1430376424950026242', '国际研讨会随机码设置', '/projectManagement/InternationalSeminarGenerateCode', 'projectManagement/InternationalSeminarGenerateCode', NULL, NULL, 1, NULL, '1', 10.00, 0, NULL, 1, 0, 0, 0, NULL, 'LKGLZ', '2022-06-21 09:51:49', NULL, NULL, 0, 0, '1', 0);
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`) VALUES ('1539055433179959297', '1438072102897672193', '随机码', NULL, NULL, NULL, NULL, 2, 'internalMeeting:randomCode', '1', 1.00, 0, NULL, 1, 1, 0, 0, NULL, 'LKGLZ', '2022-06-21 09:19:44', NULL, NULL, 0, 0, '1', 0);
-- 新增参展商邀请码
alter table pay_meeting
add column exhibitor_invitation_code varchar(50) null comment '参展商邀请码';