From bc8750e55ae35a58e3e282198fe47d13e8727023 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 07 四月 2023 16:37:05 +0800
Subject: [PATCH] optimize community publicity
---
service-common/src/main/java/com/java110/common/cmd/chargeMachine/StopChargeCmd.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/service-common/src/main/java/com/java110/common/cmd/chargeMachine/StopChargeCmd.java b/service-common/src/main/java/com/java110/common/cmd/chargeMachine/StopChargeCmd.java
index d821744..11701c2 100644
--- a/service-common/src/main/java/com/java110/common/cmd/chargeMachine/StopChargeCmd.java
+++ b/service-common/src/main/java/com/java110/common/cmd/chargeMachine/StopChargeCmd.java
@@ -113,10 +113,11 @@
// chargeMachineOrderPo.setOrderId(orderId);
// chargeMachineOrderV1InnerServiceSMOImpl.updateChargeMachineOrder(chargeMachineOrderPo);
- ChargeMachinePortPo chargeMachinePortPo = new ChargeMachinePortPo();
- chargeMachinePortPo.setPortId(reqJson.getString("portId"));
- chargeMachinePortPo.setState(ChargeMachinePortDto.STATE_FREE);
- chargeMachinePortV1InnerServiceSMOImpl.updateChargeMachinePort(chargeMachinePortPo);
+ //todo 杩欓噷涓嶆搷浣� 浠ヨ澶囬�氱煡涓轰富
+// ChargeMachinePortPo chargeMachinePortPo = new ChargeMachinePortPo();
+// chargeMachinePortPo.setPortId(reqJson.getString("portId"));
+// chargeMachinePortPo.setState(ChargeMachinePortDto.STATE_FREE);
+// chargeMachinePortV1InnerServiceSMOImpl.updateChargeMachinePort(chargeMachinePortPo);
context.setResponseEntity(ResultVo.createResponseEntity(resultVo));
}
--
Gitblit v1.8.0