Quellcode durchsuchen

fix wx_user inner_no

abiao vor 5 Jahren
Ursprung
Commit
033511098a

+ 1 - 2
go/gopath/src/fohow.com/apps/controllers/cron_controller/three_user_relation.go

@@ -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) {