10 lines
371 B
Transact-SQL
10 lines
371 B
Transact-SQL
Delete from LeftMenuInfo where id=100187
|
|
GO
|
|
Delete from LeftMenuConfig where infoid=100187
|
|
GO
|
|
EXECUTE LMConfig_U_ByInfoInsert 2,100118,9
|
|
GO
|
|
EXECUTE LMInfo_Insert 100187,542781,'','',2,100118,9,18
|
|
GO
|
|
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/analysisOfSalaryStatistics' where id = 100187
|
|
GO |