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/Oracle/sql202212120503.sql

11 lines
427 B
MySQL

2 years ago
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
/