|
@@ -201,7 +201,7 @@ func RefreshByChartId(chartInfoId int) (err error, errMsg string) {
|
|
|
extraUpdateCol := make([]string, 0)
|
|
|
chartInfoFutureGoodProfit.XValue = string(xDataListByte)
|
|
|
chartInfoFutureGoodProfit.YValue = string(yDataListByte)
|
|
|
- chartInfoFutureGoodProfit.ProfitName = zlFutureGoodEdbInfoList[0].FutureGoodEdbName + "盘面利润"
|
|
|
+ //chartInfoFutureGoodProfit.ProfitName = zlFutureGoodEdbInfoList[0].FutureGoodEdbName + "盘面利润"
|
|
|
chartInfoFutureGoodProfit.ModifyTime = time.Now()
|
|
|
extraUpdateCol = []string{"XValue", "YValue", "ProfitName", "ModifyTime"}
|
|
|
err = chartInfoFutureGoodProfit.Update(extraUpdateCol)
|