瀏覽代碼

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
 }