소스 검색

fix wx_user inner_no

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

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

@@ -26,7 +26,7 @@ func threebUserRelation() {
 	innerNo := "M"
 	//更改下级群主关系
 	inviteList := user_model.GetThreeWxUsersByInviteIdAll(wxUserId, false)
-	go UpdateClassThreeInner(inviteList, innerNo, wxUserId)
+	UpdateClassThreeInner(inviteList, innerNo, wxUserId)
 }
 
 func UpdateClassThreeInner(list []*user_model.ThreeWxUser, innerNo string, inviteId int64) {