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

21 lines
741 B
MySQL
Raw Normal View History

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