|
|
@@ -3,7 +3,6 @@ package cron_controller
|
|
|
import (
|
|
|
"fohow.com/apps/models/user_model"
|
|
|
"github.com/astaxie/beego"
|
|
|
- "time"
|
|
|
)
|
|
|
|
|
|
/*
|
|
|
@@ -29,7 +28,7 @@ func threebUserRelation() {
|
|
|
//更改下级群主关系
|
|
|
inviteList := user_model.GetThreeWxUsersByInviteIdAll(wxUserId, false)
|
|
|
UpdateClassThreeInner(inviteList, innerNo, wxUserId)
|
|
|
- time.Sleep(time.Duration(300) * time.Second)
|
|
|
+ //time.Sleep(time.Duration(300) * time.Second)
|
|
|
}
|
|
|
|
|
|
func UpdateClassThreeInner(list []*user_model.ThreeWxUser, innerNo string, inviteId int64) {
|