From 09c76b0ec2a7002ce6463e00971010c80a63718c Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 25 Apr 2025 14:43:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E5=86=85=E8=92=99=E5=8F=A4?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/service/impl/NeiMengGuPlatformServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)