Selaa lähdekoodia

Merge branch 'feature/v4.8.84_ws' of qmx/jy into feature/v4.8.84

fuwencai 1 vuosi sitten
vanhempi
commit
1cb9bef1f6

+ 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{}{}