10 lines
358 B
Transact-SQL
10 lines
358 B
Transact-SQL
Delete from LeftMenuInfo where id=100220
|
|
GO
|
|
Delete from LeftMenuConfig where infoid=100220
|
|
GO
|
|
EXECUTE LMConfig_U_ByInfoInsert 2,100181,0
|
|
GO
|
|
EXECUTE LMInfo_Insert 100220,548105,'','',2,100181,5,2
|
|
GO
|
|
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/roleManagement' where id = 100220
|
|
GO |