|
@@ -4,7 +4,7 @@ package utils
|
|
|
const (
|
|
|
FormatTime = "15:04:05"
|
|
|
FormatDate = "2006-01-02"
|
|
|
- FormatDateCN = "2006年01月02日"
|
|
|
+ FormatDateCN = "2006年01月02日"
|
|
|
FormatDateUnSpace = "20060102"
|
|
|
FormatDateTime = "2006-01-02 15:04:05"
|
|
|
HlbFormatDateTime = "2006-01-02_15:04:05.999"
|
|
@@ -200,9 +200,9 @@ const (
|
|
|
)
|
|
|
|
|
|
const (
|
|
|
- AdminId = 11
|
|
|
+ AdminId = 11
|
|
|
RealName = "超级管理员"
|
|
|
- HzCompanyId = 16
|
|
|
+ HzCompanyId = 16
|
|
|
)
|
|
|
|
|
|
|
|
@@ -369,4 +369,4 @@ const (
|
|
|
)
|
|
|
|
|
|
|
|
|
-const APPLY_VARIETY_IMG_DEFAULT = "https://hzstatic.hzinsights.com/static/yb_variety/宏观经济.png"
|
|
|
+const APPLY_VARIETY_IMG_DEFAULT = "https://hzstatic.hzinsights.com/static/yb_variety/default_permission.png"
|