diff --git a/sql/bns_houqin_202502_patch/20250216_mgr_role_move_to_sys_role.sql b/sql/bns_houqin_202502_patch/20250216_mgr_role_move_to_sys_role.sql index 770590b..c7bfeb5 100644 --- a/sql/bns_houqin_202502_patch/20250216_mgr_role_move_to_sys_role.sql +++ b/sql/bns_houqin_202502_patch/20250216_mgr_role_move_to_sys_role.sql @@ -27,3 +27,4 @@ INSERT INTO SYS_ROLE(role_id, role_name, role_key, role_type, area_id, role_sort INSERT INTO SYS_ROLE(role_id, role_name, role_key, role_type, area_id, role_sort, status, create_by, create_time, update_by, update_time) VALUES (391435841123127296, '综服中心', 'ROLE_ADMIN&&391435841123127296', 1, 378916722880548864, 99, 0, '19805657725', '2024-12-13 12:48:17', '', '2024-12-13 12:48:17'); +update sys_role set company_id = 378915985597403136; \ No newline at end of file