feat: 批量复审
This commit is contained in:
@@ -238,4 +238,7 @@ INSERT INTO `laws_tag` (`id`, `table_name`, `db_field_name`, `db_field_en_name`,
|
||||
ALTER TABLE `laws_enterprise_standard`
|
||||
ADD COLUMN `standard_source` varchar(100) NULL DEFAULT '1' COMMENT '标准来源' AFTER `standard_split_status`;
|
||||
update laws_enterprise_standard set standard_source = '1';
|
||||
update laws_enterprise_standard set standard_source = '2' where name_code = 'WQ';
|
||||
update laws_enterprise_standard set standard_source = '2' where name_code = 'WQ';
|
||||
|
||||
-- 2024-09-14 企标复审库批量添加复审
|
||||
INSERT INTO sys_permission (id, parent_id, name, perms, perms_type, sort_no, menu_type, is_leaf, is_route, keep_alive, create_by, del_flag, hidden, create_time, status, always_show, internal_or_external) VALUES ('8989f8bc91ee5bac0191ee5bace30000', '1701430695719411713', '批量添加复审', 'enterpriseStandardLibrary:recheckPlan:batchStart', '1', 3.0, 2, true, true, false, 'admin', 0, false, '2024-09-14 10:27:51', '1', false, false)
|
||||
|
||||
Reference in New Issue
Block a user