20230302修改人员同步方法,推送日志方法优化

This commit is contained in:
2023-03-02 17:33:49 +08:00
parent 59586afee7
commit 2cc23282fd
24 changed files with 294 additions and 64 deletions
@@ -0,0 +1,4 @@
--新增操作日志页面
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
VALUES('B65A2E1A-5C0B-498A-9F22-365575397A73','操作日志','Personal/RunLog.aspx',70,'C2297533-B7C0-441E-B29F-ADE87C6F8978','Menu_SysSet',1,1,1)
GO