浏览代码

修改指标id

genlong 2 年之前
父节点
当前提交
e2a306e63f
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      controller/index/index.go

+ 3 - 5
controller/index/index.go

@@ -4,8 +4,6 @@ import (
 	"encoding/json"
 	"fmt"
 	"github.com/gin-gonic/gin"
-	"github.com/go-playground/validator/v10"
-	"github.com/xuri/excelize/v2"
 	"hongze/mysteel_watch/controller/resp"
 	"hongze/mysteel_watch/global"
 	"hongze/mysteel_watch/models/index"
@@ -62,8 +60,8 @@ func (s *IndexController) Create(c *gin.Context) {
 	commentStr := `"BlankValue":"0","CanMark":true,"ChartLineType":"0","DateBlock":0,"DateBlockCount":1,"DateFormat":0,"DateTimeTag":` + timeTagStr + `,"EndDate":"",
                    "ExportType":0,"HasDescription":true,"HasEmptyRows":false,"HasFrequency":true,"HasIndexID":true,"HasLastDate":true,"HasSourceName":true,"HasTimeInterval":true,
                    "HasUnit":true,"HasUpdateDate":true,"IsCreateChart":false,"IsDataSort":true,"IsNewSheet":false,"IsNewWorkbook":false,
-                   "Models":[{"DataFormat":0,"DataStartDate":"2011-03-25","DefineName":"","DefineUnit":"","DisplayIndexCode":` + req.IndexCode + `,
-                   "IndexCode":` + req.IndexCode + `,"IndexFormula":` + req.IndexCode + `,"PointValue":0,"UnionStart":""}],"Position":"A1","RangeData":"A2:B2791",
+                   "Models":[{"DataFormat":0,"DataStartDate":"2011-03-25","DefineName":"","DefineUnit":"","DisplayIndexCode":"` + req.IndexCode + `",
+                   "IndexCode":"` + req.IndexCode + `","IndexFormula":"` + req.IndexCode + `","PointValue":0,"UnionStart":""}],"Position":"A1","RangeData":"A2:B2791",
                    "ShowBlankLines":false,"StartDate":"","Transpose":false,"UpdateMode":1,"lookModel":{"IsLast":false,"LookValue":0,"lookType":0},"ver":3}`
 
 	commentMap := make(map[string]interface{})
@@ -93,4 +91,4 @@ func (s *IndexController) Test(c *gin.Context) {
 	watch.TestWatch()
 	resp.OkData("检测成功", 1, c)
 	return
-}
+}