diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java index 67958c3a9..445a16f98 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/service/impl/NeiMengGuPlatformServiceImpl.java @@ -872,7 +872,7 @@ public class NeiMengGuPlatformServiceImpl implements ThirdPartyPlatformService { String endTime = DateUtils.getYesterdayStr() + " 23:59:59"; SupStationStatsInfo supStationStatsInfo = SupStationStatsInfo.builder() .stationId(stationId) - .operatorId(Constants.OPERATORID_JIANG_SU) + .operatorId(Constants.OPERATORID_LIANLIAN) .equipmentOwnerId(ThirdPartyPlatformUtils.extractEquipmentOwnerID(orderVOS.get(0).getOrganizationCode())) // .stationClassification(1) .startTime(startTime)