소스 검색

Merge branch 'feature/pool255_future_good' into debug

xyxie 6 달 전
부모
커밋
d43af45103
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/data/future_good.go

+ 1 - 1
services/data/future_good.go

@@ -53,6 +53,6 @@ func PostRefreshFutureGoodProfitChart(chartInfoId int) (err error) {
 		err = fmt.Errorf("http post err: %v", e)
 		return
 	}
-	utils.FileLog.Info("PostRefreshFactorEdbChartRecalculate:" + postUrl + ";" + string(postData) + ";result:" + string(result))
+	utils.FileLog.Info("PostRefreshFutureGoodProfitChart:" + postUrl + ";" + string(postData) + ";result:" + string(result))
 	return
 }