21 lines
741 B
Transact-SQL
21 lines
741 B
Transact-SQL
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 |