@@ -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)