From 0d9a7c8974add02c61d2471642e4e5a04013ab7b Mon Sep 17 00:00:00 2001
From: vince <757871790@qq.com>
Date: 星期三, 04 六月 2025 11:37:07 +0800
Subject: [PATCH] 优化粮温检测

---
 src/main/java/com/fzzy/gateway/controller/GatewayDeviceController.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/gateway/controller/GatewayDeviceController.java b/src/main/java/com/fzzy/gateway/controller/GatewayDeviceController.java
index 8b6907e..135bebb 100644
--- a/src/main/java/com/fzzy/gateway/controller/GatewayDeviceController.java
+++ b/src/main/java/com/fzzy/gateway/controller/GatewayDeviceController.java
@@ -55,7 +55,9 @@
         if ("testGrain".equals(param.getBizType())) {
             return testGrain(param);
         }
-
+        if ("testGrain".equals(param.getBizType())) {
+            return testGrain(param);
+        }
         if ("ajaxTestKafkaGrain".equals(param.getBizType())) {
             return ajaxTestKafkaGrain(param);
         }
@@ -310,7 +312,7 @@
 
             //鑾峰彇鍒�
             resp = gatewayRemoteManager.getGatewayTestService(device.getPushProtocol()).testGrainKafka(reqData);
-
+            log.info("resp = "+resp.toString());
             //鑷姩鎺ㄩ��
             if (BaseResp.CODE_200 == resp.getCode()) {
                 reqData.setData(resp.getData());

--
Gitblit v1.9.3