组织数据读取权限完成

This commit is contained in:
XM-GO
2023-09-15 15:13:39 +08:00
parent b5ee2a54b9
commit 6630ebdb02
37 changed files with 717 additions and 59 deletions

View File

@@ -20,7 +20,6 @@ func OperationHandler(rc *restfulx.ReqCtx) error {
go func() {
oper := entity.LogOper{
Title: rc.LogInfo.Description,
OrgId: rc.LoginAccount.OrganizationId,
BusinessType: "0",
Method: c.Request.Method,
OperName: rc.LoginAccount.UserName,