Browse Source

弹窗删除分组

kobe6258 2 months ago
parent
commit
92c7a63acd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      controllers/sys_team.go

+ 0 - 2
controllers/sys_team.go

@@ -5,7 +5,6 @@ import (
 	"eta/eta_api/models"
 	"eta/eta_api/models/system"
 	"eta/eta_api/services"
-	"eta/eta_api/services/eta_forum"
 	"eta/eta_api/utils"
 	"strings"
 	"time"
@@ -132,7 +131,6 @@ func (this *SysTeamController) Add() {
 				syncData.Source = utils.SOURCE_ETA_FLAG
 				syncData.GroupId = groupId
 				_ = utils.Rc.LPush(utils.CACHE_SYNC_GROUP, syncData)
-				go eta_forum.GroupDelete(groupId)
 			}
 		}
 	}