|
@@ -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
|
|
|
-}
|
|
|
+}
|