瀏覽代碼

fix user relation

abiao 5 年之前
父節點
當前提交
9584a958d0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      go/gopath/src/fohow.com/apps/controllers/cron_controller/three_user_relation.go

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

@@ -69,8 +69,8 @@ func UpdateClassThreeInner(list []*user_model.ThreeWxUser, innerNo string, invit
 	//递归更新
 	for _, item := range inviteList {
 		if item != nil {
-			secondList := user_model.GetInviteAllWxUsers(item.Id, true)
-			UpdateClassThreeInner(secondList, item.IntroInnerNo, item.Id)
+			//secondList := user_model.GetInviteAllWxUsers(item.Id, true)
+			//UpdateClassThreeInner(secondList, item.IntroInnerNo, item.Id)
 		}
 	}
 }