Browse Source

切换分支

baishaojie 8 months ago
parent
commit
b68abfaf4a
1 changed files with 4 additions and 4 deletions
  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() {