abiao пре 4 година
родитељ
комит
3391f93dc5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      go/gopath/src/fohow.com/apps/models/user_model/agent_application.go

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