Browse Source

wip:提交

fuwencai 1 year ago
parent
commit
9a36f9b185

+ 1 - 0
src/jfw/modules/bigmember/src/entity/marketAnalysis/customized_analysis.go

@@ -364,6 +364,7 @@ func InterToSliceString(obj interface{}) []string {
 // top10
 func (mae *MarketAnalysisEntity) ProjectTop10() (rMap map[string]interface{}, err error) {
 	finalSql := fmt.Sprintf(mae.GetCommonQuerySql(), query_top10)
+    log.Println("ProjectTop10:",finalSql)
 	hits := elastic.Get("projectset", "projectset", finalSql)
 	rMap = map[string]interface{}{}
 	bArr := []map[string]interface{}{}