Selaa lähdekoodia

Merge branch 'feature/eta1.2.2_day_val' into debug

xyxie 1 vuosi sitten
vanhempi
commit
8851fd1c94
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      utils/constants.go

+ 3 - 3
utils/constants.go

@@ -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" //完整时间格式
@@ -199,9 +199,9 @@ const (
 )
 
 const (
-	AdminId     = 11      //系统操作的用户id
+	AdminId     = 11           //系统操作的用户id
 	RealName    = "超级管理员" //系统操作的用户名称
-	HzCompanyId = 16      // 弘则研究公司ID
+	HzCompanyId = 16           // 弘则研究公司ID
 )
 
 // 报告