diff --git a/xhpc-modules/xhpc-order/src/main/java/com/xhpc/order/controller/XhpcStopChargingOrderController.java b/xhpc-modules/xhpc-order/src/main/java/com/xhpc/order/controller/XhpcStopChargingOrderController.java index 6325cb56..7a4d92a5 100644 --- a/xhpc-modules/xhpc-order/src/main/java/com/xhpc/order/controller/XhpcStopChargingOrderController.java +++ b/xhpc-modules/xhpc-order/src/main/java/com/xhpc/order/controller/XhpcStopChargingOrderController.java @@ -141,7 +141,6 @@ public class XhpcStopChargingOrderController extends BaseController { public AjaxResult stopUpY(@RequestParam String serialNumber){ String version ="0C"; R r = powerPileService.stopCharging(serialNumber, serialNumber.substring(0,14), serialNumber.substring(0,16), version); - if(r.getCode()==200){ return AjaxResult.success("停止充电命令已下发"); }else{