10 lines
358 B
Transact-SQL
10 lines
358 B
Transact-SQL
Delete from LeftMenuInfo where id=100219
|
|
GO
|
|
Delete from LeftMenuConfig where infoid=100219
|
|
GO
|
|
EXECUTE LMConfig_U_ByInfoInsert 2,100126,0
|
|
GO
|
|
EXECUTE LMInfo_Insert 100219,548025,'','',2,100126,7,2
|
|
GO
|
|
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/variableSalary' where id = 100219
|
|
GO |