2 Achegas 980ce039b4 ... 51f5576dd8

Autor SHA1 Mensaxe Data
  baishaojie 51f5576dd8 切换分支 hai 4 meses
  baishaojie c64569f215 切换分支 hai 4 meses
Modificáronse 3 ficheiros con 1 adicións e 2 borrados
  1. BIN=BIN
      TMRWatchComm.zip
  2. BIN=BIN
      __debug_bin.exe
  3. 1 2
      http/handle/api/scheduled.go

BIN=BIN
TMRWatchComm.zip


BIN=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 {