abiao 4 lat temu
rodzic
commit
3391f93dc5

+ 1 - 1
go/gopath/src/fohow.com/apps/models/user_model/agent_application.go

@@ -103,7 +103,7 @@ func GetAllApplys(depart, page, perPage int64, useCache bool) (agent_apply []*Ag
 		beego.BeeLogger.Debug("GetLatest err=%s", err)
 	}
 	for _, ap := range agent_apply {
-		wxUser := GetWxUserById(ap.WxUId, true)
+		wxUser := GetWxUserById(ap.WxUId, false)
 		if wxUser != nil {
 			ap.Head = GetFullImgUrl(wxUser.Head)
 		}