From e53a361566b33297cc3f6cee71160a6d872fc2b1 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 14 三月 2023 00:47:26 +0800
Subject: [PATCH] 优化代码

---
 service-common/src/main/java/com/java110/common/cmd/chargeMachine/ListChargeMachinePortCmd.java |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/service-common/src/main/java/com/java110/common/cmd/chargeMachine/ListChargeMachinePortCmd.java b/service-common/src/main/java/com/java110/common/cmd/chargeMachine/ListChargeMachinePortCmd.java
index 05ae08f..bc520e4 100644
--- a/service-common/src/main/java/com/java110/common/cmd/chargeMachine/ListChargeMachinePortCmd.java
+++ b/service-common/src/main/java/com/java110/common/cmd/chargeMachine/ListChargeMachinePortCmd.java
@@ -74,7 +74,7 @@
             chargeMachinePortDtos = chargeMachinePortV1InnerServiceSMOImpl.queryChargeMachinePorts(chargeMachinePortDto);
 
             //璋冪敤 绗笁鏂规煡璇� 鎻掓Ы鐘舵��
-            queryPortState(chargeMachinePortDtos);
+           // queryPortState(chargeMachinePortDtos);
         } else {
             chargeMachinePortDtos = new ArrayList<>();
         }
@@ -86,14 +86,14 @@
         cmdDataFlowContext.setResponseEntity(responseEntity);
     }
 
-    private void queryPortState(List<ChargeMachinePortDto> chargeMachinePortDtos) {
-        if (chargeMachinePortDtos == null || chargeMachinePortDtos.size() < 1) {
-            return;
-
-        }
-
-        for (ChargeMachinePortDto chargeMachinePortDto : chargeMachinePortDtos) {
-            chargeMachinePortDto.setStateName("绌洪棽");
-        }
-    }
+//    private void queryPortState(List<ChargeMachinePortDto> chargeMachinePortDtos) {
+//        if (chargeMachinePortDtos == null || chargeMachinePortDtos.size() < 1) {
+//            return;
+//
+//        }
+//
+//        for (ChargeMachinePortDto chargeMachinePortDto : chargeMachinePortDtos) {
+//            chargeMachinePortDto.setStateName("绌洪棽");
+//        }
+//    }
 }

--
Gitblit v1.8.0