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/GS/sql202212120302.sql

74 lines
1.8 KiB
MySQL

2 years ago
Delete from LeftMenuInfo where id=100146;
/
Delete from LeftMenuConfig where infoid=100146;
/
Delete from LeftMenuInfo where id=100174;
/
Delete from LeftMenuConfig where infoid=100174;
/
Delete from LeftMenuInfo where id=100175;
/
Delete from LeftMenuConfig where infoid=100175;
/
Delete from LeftMenuInfo where id=100168;
/
Delete from LeftMenuConfig where infoid=100168;
/
call LMConfig_U_ByInfoInsert (2,100167,-1);
/
call LMInfo_Insert (100168,538765,'','',2,100167,-1,2);
/
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrm/static4engine/engine.html#/hrmengine/fieldDef/subCompany' where id = 100168;
/
Delete from LeftMenuInfo where id=100169;
/
Delete from LeftMenuConfig where infoid=100169;
/
call LMConfig_U_ByInfoInsert (2,100167,0);
/
call LMInfo_Insert (100169,538766,'','',2,100167,0,2);
/
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrm/static4engine/engine.html#/hrmengine/fieldDef/department' where id = 100169;
/
Delete from LeftMenuInfo where id=100171;
/
Delete from LeftMenuConfig where infoid=100171;
/
call LMConfig_U_ByInfoInsert (2,100167,2);
/
call LMInfo_Insert (100171,538767,'','',2,100167,2,2);
/
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrm/static4engine/engine.html#/hrmengine/fieldDef/resource' where id = 100171;
/
alter table jcl_org_job add ec_jobTitle int;
/
INSERT into jcl_org_job(ec_company,ec_department,ec_jobTitle,delete_type) select DISTINCT subcompanyid1 ,departmentid ,jobtitle ,0 from HrmResource;
/
update jcl_field_extendinfo set delete_type = 1 where extend_type =3 and field_name in('sequence_id','scheme_id','level_id','grade_id');
/
update jcl_field_extendgroup set delete_type = 1 where extend_type =3 and group_name ='ְ<EFBFBD><EFBFBD>';
/