소스 검색

fix wx_user inner_no

abiao 5 년 전
부모
커밋
033511098a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      go/gopath/src/fohow.com/apps/controllers/cron_controller/three_user_relation.go

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