浏览代码

```修复BaseEdbRefreshStartDate字符串格式
```

Roc 5 月之前
父节点
当前提交
c8ee1e8812
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/constants.go

+ 1 - 1
utils/constants.go

@@ -498,4 +498,4 @@ const (
 )
 
 // BaseEdbRefreshStartDate 指标的基础刷新开始日期
-const BaseEdbRefreshStartDate = `1899-01-01
+const BaseEdbRefreshStartDate = `1899-01-01`