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.
11 lines
430 B
SQL
11 lines
430 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, SYSDATE,
|
|
SYSDATE 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;
|
|
/ |