weaver-hrm-salary/resource/sqlupgrade/PG/sql202303130202.sql

10 lines
367 B
MySQL
Raw Normal View History

2023-07-20 14:43:50 +08:00
Delete from LeftMenuInfo where id=100186;
/
Delete from LeftMenuConfig where infoid=100186;
/
2023-12-08 11:43:19 +08:00
select LMConfig_U_ByInfoInsert (2,100118,9);
2023-07-20 14:43:50 +08:00
/
2023-12-08 11:43:19 +08:00
select LMInfo_Insert (100186,541290,'','',2,100118,9,18);
2023-07-20 14:43:50 +08:00
/
update LeftMenuInfo set mobxrouteurl = '',iconClassName = '',fullrouteurl='/spa/hrmSalary/static/index.html#/main/hrmSalary/externalPersonManage' where id = 100186;
/