8 lines
421 B
MySQL
8 lines
421 B
MySQL
|
|
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 = '<EFBFBD><EFBFBD>ϸ<EFBFBD><EFBFBD>Ϣ', url = '/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${id}' where id = 1;
|