mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 中电联协议组织机构代码
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user