Roc 2 달 전
부모
커밋
89f8656ce2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/commodity_coal_watch.go

+ 1 - 1
services/commodity_coal_watch.go

@@ -19,7 +19,7 @@ func CoalWatchTask(cont context.Context) (err error) {
 }
 
 func ReadWatchIndexFile() {
-	fmt.Println("ReadWatchIndexFile start")
+	fmt.Println("ReadWatchIndexFile start", time.Now().Format(utils.FormatDateTime))
 	var err error
 	defer func() {
 		if err != nil {