leiy 1 year ago
parent
commit
90da908742
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -508,7 +508,7 @@ namespace OASystem.API.Controllers
         {
             try
             {
-                await GeneralMethod.PostGroupAuthAddInit(dto.UserId, 100);
+                //await GeneralMethod.PostGroupAuthAddInit(dto.UserId, 100);
                 var groupData = await _groupRepository.GroupOperation(dto);
                 if (groupData.Code != 0)
                 {