10 lines
355 B
SQL
10 lines
355 B
SQL
Delete from LeftMenuInfo where id=100219
|
|
;
|
|
Delete from LeftMenuConfig where infoid=100219
|
|
;
|
|
select LMConfig_U_ByInfoInsert (2,100126,0)
|
|
;
|
|
select LMInfo_Insert (100219,548025,'','',2,100126,7,2)
|
|
;
|
|
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/variableSalary' where id = 100219
|
|
; |