소스 검색

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