|
|
INSERT INTO `sys_role`(`id`, `org_type`, `role_name`, `role_key`, `role_sort`, `data_scope`, `menu_check_strictly`, `dept_check_strictly`, `status`, `del_flag`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (143, '4', '业务库值班员', 'default', 11, 1, 1, 1, '0', 0, '安全检查', '2023-09-28 15:52:01', '', NULL, NULL);
|
|
|
INSERT INTO `sys_dict_data`( `dict_sort`, `dict_label`, `dict_value`, `dict_type`, `css_class`, `list_class`, `is_default`, `status`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES ( 5, '非营业时间', '5', 'resumption_plan_exec', NULL, 'default', 'N', '0', '安全检查', '2023-09-28 15:54:56', '', NULL, NULL);
|
|
|
+INSERT INTO sys_config (config_name, config_key, config_value, config_type, create_by, create_time, update_by, update_time, remark) VALUES ('是否强制删除计划', 'FORCE_DELETE_PLAN_DATA', '0', 'Y', 'slsjyc', '2023-09-28 16:38:28', '', null, '0:否,1:是');
|