|
@@ -263,6 +263,10 @@ type EditChartInfoReq struct {
|
|
|
UnitEn string `description:"英文单位名称"`
|
|
|
}
|
|
|
|
|
|
+type EditFutureGoodChartInfoReq struct {
|
|
|
+ EditChartInfoReq
|
|
|
+ BarChartInfo FutureGoodBarChartInfoReq
|
|
|
+}
|
|
|
type EditChartEnInfoReq struct {
|
|
|
ChartInfoId int `description:"图表ID"`
|
|
|
ChartNameEn string `description:"英文图表名称"`
|
|
@@ -1087,7 +1091,7 @@ func EditChartInfoAndMapping(req *EditChartInfoReq, edbInfoIdStr string, calenda
|
|
|
}
|
|
|
|
|
|
// EditFutureGoodChartInfoAndMapping 修改商品价格曲线的 图表与指标 的关系
|
|
|
-func EditFutureGoodChartInfoAndMapping(req *EditChartInfoReq, edbInfoIdStr string, calendar string, dateType, disabled int, barChartConf string) (err error) {
|
|
|
+func EditFutureGoodChartInfoAndMapping(req *EditFutureGoodChartInfoReq, edbInfoIdStr string, calendar string, dateType, disabled int, barChartConf string) (err error) {
|
|
|
o := orm.NewOrmUsingDB("data")
|
|
|
to, err := o.Begin()
|
|
|
if err != nil {
|