ximon-admin/src/main/java/com/sandu/ximon/admin/service/C3ChargingService.java
@@ -442,7 +442,7 @@ if (order == null) { throw new BusinessException("充电桩没有进行中的订单"); } if (!openId.equals(order.getOrderId())) { if (!openId.equals(order.getUserCode())) { throw new BusinessException("不能操作不属于您的订单"); }