xyxie 10 months ago
parent
commit
999e022661
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/data_source/guagnzhouqihuo.go

+ 1 - 1
controllers/data_source/guagnzhouqihuo.go

@@ -194,7 +194,7 @@ func (this *DataSourceController) GfexIndexData() {
 	var pars []interface{}
 
 	if baseFromTradeGuangzhouContractId > 0 {
-		condition += `  a.data_time=? `
+		condition += `  b.data_time=? `
 		pars = append(pars, tradeDate)
 		condition += ` AND a.base_from_trade_guangzhou_classify_id=? `
 		pars = append(pars, baseFromTradeGuangzhouClassifyId)