Browse Source

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

Roc 5 months ago
parent
commit
c8ee1e8812
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/constants.go

+ 1 - 1
utils/constants.go

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