|
@@ -232,7 +232,7 @@ func EditBaseFutureGoodProfitChartInfoAndEdbEnInfo(chartInfo *ChartInfo, req *Ed
|
|
|
updateChartCols = append(updateChartCols, "ChartName")
|
|
|
}
|
|
|
chartInfo.ModifyTime = time.Now()
|
|
|
- updateChartCols = append(updateChartCols, "ModifyTime", "ExtraConfig")
|
|
|
+ updateChartCols = append(updateChartCols, "ModifyTime", "ExtraConfig", "BarConfig")
|
|
|
_, err = to.Update(chartInfo, updateChartCols...)
|
|
|
if err != nil {
|
|
|
fmt.Println("UPDATE chart_info Err:", err.Error())
|