Ver código fonte

fix wx_user inner_no

abiao 5 anos atrás
pai
commit
a18c7a9671

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