update 中电联协议组织机构代码

This commit is contained in:
Lemon
2023-10-23 13:52:53 +08:00
parent b2021741d7
commit 000aca351a

View File

@@ -109,7 +109,7 @@ public class ZDLServiceImpl implements ZDLService {
ZDLStationInfo info = ZDLStationInfo.builder()
.stationId("ZDL" +dto.getStationId())
.operatorId(operatorId)
.equipmentOwnerId(Constants.OPERATORID_LIANLIAN)
.equipmentOwnerId(Constants.OPERATORID_JIANG_SU)
.stationName(pileStationInfo.getStationName())
.countryCode(pileStationInfo.getCountryCode())
.areaCode(pileStationInfo.getAreaCode())
@@ -179,7 +179,7 @@ public class ZDLServiceImpl implements ZDLService {
for (PileStationInfo pileStationInfo : pageInfo.getList()) {
ZDLStationInfo stationInfo = new ZDLStationInfo();
stationInfo.setStationId(String.valueOf(pileStationInfo.getId()));
stationInfo.setOperatorId(Constants.OPERATORID_LIANLIAN); // 组织机构代码
stationInfo.setOperatorId(Constants.OPERATORID_JIANG_SU); // 组织机构代码
stationInfo.setEquipmentOwnerId(String.valueOf(pileStationInfo.getMerchantId()));
stationInfo.setStationName(pileStationInfo.getStationName());
stationInfo.setCountryCode(pileStationInfo.getCountryCode());