@@ -306,7 +306,8 @@ func (this *AnalysisDec) GetProjectInfoByBW() (count int64, res []map[string]int
case 3: // 专家明细
decQuery := GetReviewExpertsProjects(this.ExpertName, this.Area, this.BuyerContent, this.Buyer, this.LimitTime, this.SearchItem, this.ProjectScope, this.Page, this.PageSize)
_, count, res = elastic.GetAggs("projectset", "projectset", decQuery)
-
+ log.Println("各类项目明细耗时:", time.Since(tm))
+ return count, res
}
log.Println("各类项目明细耗时:", time.Since(tm))
return count, Sequence(res)