|
@@ -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 {
|