소스 검색

切换分支

baishaojie 1 년 전
부모
커밋
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() {