diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GuiZhouPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GuiZhouPlatformServiceImpl.java index 5434ccc6e..559c48e5f 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GuiZhouPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/GuiZhouPlatformServiceImpl.java @@ -548,6 +548,7 @@ public class GuiZhouPlatformServiceImpl implements ThirdPartyPlatformService { .connectorID(orderInfo.getPileConnectorCode()) .orderNo(orderInfo.getOrderCode()) .orderStatus(2) + .equipmentClassification(1) .pushTimeStamp(dateTime) .connectorStatus(info.getStatus()) // 3-充电中 .currentA(current.setScale(1, BigDecimal.ROUND_HALF_UP))