weaver-hrm-organization/sqlupgrade/SQLServer/sql202212120503.sql

12 lines
833 B
MySQL
Raw Normal View History

2025-08-13 23:14:35 +08:00
delete from jcl_org_cardaccess
GO
INSERT INTO JCL_ORG_CARDACCESS (type_id, type_name, status, all_people, superior, all_superior, custom, delete_type, creator, create_time, update_time) VALUES(1, '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ', 1, 0, 0, 0, NULL, 0, 1, GETDATE(), GETDATE())
GO
INSERT INTO JCL_ORG_CARDACCESS (type_id, type_name, status, all_people, superior, all_superior, custom, delete_type, creator, create_time, update_time) VALUES(3, '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ', 1, 0, 0, 0, NULL, 0, 1, GETDATE(), GETDATE())
GO
INSERT INTO JCL_ORG_CARDACCESS (type_id, type_name, status, all_people, superior, all_superior, custom, delete_type, creator, create_time, update_time) VALUES(-1, '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ', 1, 0, 0, 0, NULL, 0, 1, GETDATE(), GETDATE())
GO
update jcl_org_cardbutton set name = '<EFBFBD><EFBFBD>ϸ<EFBFBD><EFBFBD>Ϣ', url = '/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${id}' where id = 1
GO