2 İşlemeler 980ce039b4 ... 51f5576dd8

Yazar SHA1 Mesaj Tarih
  baishaojie 51f5576dd8 切换分支 4 ay önce
  baishaojie c64569f215 切换分支 4 ay önce
3 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. BIN
      TMRWatchComm.zip
  2. BIN
      __debug_bin.exe
  3. 1 2
      http/handle/api/scheduled.go

BIN
TMRWatchComm.zip


BIN
__debug_bin.exe


+ 1 - 2
http/handle/api/scheduled.go

@@ -16,7 +16,6 @@ import (
 
 	"tmr-watch/conf/setting"
 	"tmr-watch/http/handle/restful"
-	"tmr-watch/http/handle/yq"
 	"tmr-watch/pkg/app"
 	"tmr-watch/pkg/e"
 	"tmr-watch/pkg/logging"
@@ -144,7 +143,7 @@ func CronScheduled(ctx context.Context) {
 	// })
 	// xdmy.Start()
 	// InitMqttClient()
-	yq.YqCron()
+	// yq.YqCron()
 }
 
 type ScheduledInfo struct {