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

11 lines
430 B
MySQL
Raw Normal View History

2025-08-13 23:14:35 +08:00
delete from jcl_org_cardaccess;
/
insert into jcl_org_cardaccess (type_id, type_name, status, all_people , superior , all_superior ,
delete_type, creator, create_time, update_time) select ID,
FORMLABEL , 1, 0, 0, 0, 0, 1, SYSDATE,
SYSDATE from cus_treeform where scope='HrmCustomFieldByInfoType';
/
update jcl_org_cardbutton set name = '<EFBFBD><EFBFBD>ϸ<EFBFBD><EFBFBD>Ϣ', url = '/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${id}' where id = 1;
/