weaver-hrm-salary/resource/sqlupgrade/JC/sql202308240302.sql

29 lines
745 B
MySQL
Raw Normal View History

2023-08-24 16:29:13 +08:00
Delete from LeftMenuInfo where id=100191;
/
Delete from LeftMenuConfig where infoid=100191;
/
call LMConfig_U_ByInfoInsert (2,100181,1);
/
call LMInfo_Insert (100191,544827,'','',2,100181,1,18);
/
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/intelligentCalculateSalarySettings' where id = 100191;
/
Delete from LeftMenuInfo where id=100192;
/
Delete from LeftMenuConfig where infoid=100192;
/
call LMConfig_U_ByInfoInsert (2,100118,7);
/
call LMInfo_Insert (100192,544826,'','',2,100118,7,18);
/
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/employeedeclare' where id = 100192;
/