浏览代码

切换分支

baishaojie 10 月之前
父节点
当前提交
b68abfaf4a
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      http/handle/api/mqtt.go

+ 4 - 4
http/handle/api/mqtt.go

@@ -53,10 +53,10 @@ func InitMqttClient() {
 		// CompletedTrainNumberPush(c, pubTopic, now)
 		stirPush(c, pubTopic, "2024-07-01")
 		dustingPush(c, pubTopic, "2024-07-01")
-		equipmentAccuracyPush(c, pubTopic, "2024-07-01")
-		finishedWeightPush(c, pubTopic, "2024-07-01")
-		feedtempletPush(c, pubTopic)
-		CompletedTrainNumberPush(c, pubTopic, "2024-07-01")
+		// equipmentAccuracyPush(c, pubTopic, "2024-07-01")
+		// finishedWeightPush(c, pubTopic, "2024-07-01")
+		// feedtempletPush(c, pubTopic)
+		// CompletedTrainNumberPush(c, pubTopic, "2024-07-01")
 
 		mqttCron := cron.New()
 		mqttCron.AddFunc("10 07 * * *", func() {