浏览代码

no message

xingzai 1 年之前
父节点
当前提交
235855954f
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      services/morning_meeting.go

+ 13 - 0
services/morning_meeting.go

@@ -0,0 +1,13 @@
+package services
+
+import (
+	"fmt"
+	"hongze/hongze_cygx/utils"
+	"time"
+)
+
+func init() {
+	DayTime := time.Now().AddDate(0, 0, -46).Format(utils.FormatDate)
+	fmt.Println(DayTime)
+
+}