From f9956641e92cce3ece4cdff523a6e453f159d268 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期四, 21 十二月 2023 11:58:30 +0800
Subject: [PATCH] 2023年12月21日11:58:13

---
 app/src/main/java/com/hdl/photovoltaic/ui/MyPowerStationActivity.java |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/MyPowerStationActivity.java b/app/src/main/java/com/hdl/photovoltaic/ui/MyPowerStationActivity.java
index 2ae9351..5ebc5e1 100644
--- a/app/src/main/java/com/hdl/photovoltaic/ui/MyPowerStationActivity.java
+++ b/app/src/main/java/com/hdl/photovoltaic/ui/MyPowerStationActivity.java
@@ -50,7 +50,6 @@
 import java.util.List;
 
 
-
 /**
  * 鎴戠殑鐢电珯鐣岄潰
  */
@@ -265,7 +264,7 @@
                         uniCallBackBaseBean.setType(linkResponse.getTopic());
                         uniCallBackBaseBean.setData(linkResponse.getData());
                         HdlUniLogic.getInstance().sendUni(HDLUniMP.UNI_EVENT_REPLY_OTA_MODEL, uniCallBackBaseBean);
-                        HdlLogLogic.print( linkResponse.getTopic() +  new Gson().toJson(linkResponse.getData()), true);
+                        HdlLogLogic.print(linkResponse.getTopic() + new Gson().toJson(linkResponse.getData()), true);
                     }
                 }
             }
@@ -342,7 +341,7 @@
             uniCallBackBaseBean.setType(event.getType());
             uniCallBackBaseBean.setData(event.getData());
             HdlUniLogic.getInstance().sendUni(HDLUniMP.UNI_EVENT_REPLY_OTA_MODEL, uniCallBackBaseBean);
-            HdlLogLogic.print(  event.getTopic()  + new Gson().toJson(event.getData()), true);
+            HdlLogLogic.print(event.getTopic() + new Gson().toJson(event.getData()), true);
         }
     }
 
@@ -376,9 +375,6 @@
         }
         super.onBackPressed();
     }
-
-
-
 
 
 }
\ No newline at end of file

--
Gitblit v1.8.0