You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weaver-hrm-organization/docs/sqlupgrade/Mysql/sql202212120503.sql

8 lines
421 B
SQL

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, now(),
now() from cus_treeform where scope='HrmCustomFieldByInfoType';
update jcl_org_cardbutton set name = 'ĎęϸĐĹϢ', url = '/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${id}' where id = 1;