34 lines
1019 B
Transact-SQL
34 lines
1019 B
Transact-SQL
Delete from LeftMenuInfo where id=100125
|
|
GO
|
|
Delete from LeftMenuConfig where infoid=100125
|
|
GO
|
|
EXECUTE LMConfig_U_ByInfoInsert 2,100118,2
|
|
GO
|
|
EXECUTE LMInfo_Insert 100125,538004,'','',2,100118,2,18
|
|
GO
|
|
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='' where id = 100125
|
|
GO
|
|
|
|
|
|
|
|
Delete from LeftMenuInfo where id=100185
|
|
GO
|
|
Delete from LeftMenuConfig where infoid=100185
|
|
GO
|
|
EXECUTE LMConfig_U_ByInfoInsert 2,100125,0
|
|
GO
|
|
EXECUTE LMInfo_Insert 100185,540871,'','',2,100125,0,18
|
|
GO
|
|
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/salaryFile' where id = 100185
|
|
GO
|
|
|
|
Delete from LeftMenuInfo where id=100184
|
|
GO
|
|
Delete from LeftMenuConfig where infoid=100184
|
|
GO
|
|
EXECUTE LMConfig_U_ByInfoInsert 2,100125,-1
|
|
GO
|
|
EXECUTE LMInfo_Insert 100184,540869,'','',2,100125,-1,18
|
|
GO
|
|
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/fieldManagement' where id = 100184
|
|
GO |