瀏覽代碼

agent apply id

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