2021与蓝度共同重构项目,服务端
liuhaonan
2022-08-23 694962918618b6d9531d8ca876a6746e030387f1
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("不能操作不属于您的订单");
        }