|
@@ -27,4 +27,9 @@ INSERT INTO sys_dictionary_item VALUES (uuid(), '', 'RegisteredCapitalType', 1,
|
|
|
(uuid(), '', 'RegisteredCapitalType', 6, '万元(其他)', 60, 1, 0);
|
|
|
|
|
|
alter table pc_company add column RegisteredCapitalType int comment '注册资本类型' AFTER RegisteredCapital;
|
|
|
-update pc_company set RegisteredCapitalType =1
|
|
|
+update pc_company set RegisteredCapitalType =1
|
|
|
+
|
|
|
+-- 2024-6-19 求职人员服务跟进权限字典码与权限赋值
|
|
|
+INSERT INTO sys_function_code VALUES ('T01030108', '服务跟进', 'T010301', 8);
|
|
|
+insert into sys_role_sys_function_code (`RoleID`, `FunctionCode`) values('20afde90-a81a-11ed-a6c5-7085c2a9999e','T01030108');
|
|
|
+insert into sys_role_sys_function_code (`RoleID`, `FunctionCode`) values('10a12f77-0958-4220-b9ce-07b9215046f2','T01030108');
|