mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-30 12:07:59 +08:00
update 中电联协议组织机构代码
This commit is contained in:
@@ -109,7 +109,7 @@ public class ZDLServiceImpl implements ZDLService {
|
|||||||
ZDLStationInfo info = ZDLStationInfo.builder()
|
ZDLStationInfo info = ZDLStationInfo.builder()
|
||||||
.stationId("ZDL" +dto.getStationId())
|
.stationId("ZDL" +dto.getStationId())
|
||||||
.operatorId(operatorId)
|
.operatorId(operatorId)
|
||||||
.equipmentOwnerId(Constants.OPERATORID_LIANLIAN)
|
.equipmentOwnerId(Constants.OPERATORID_JIANG_SU)
|
||||||
.stationName(pileStationInfo.getStationName())
|
.stationName(pileStationInfo.getStationName())
|
||||||
.countryCode(pileStationInfo.getCountryCode())
|
.countryCode(pileStationInfo.getCountryCode())
|
||||||
.areaCode(pileStationInfo.getAreaCode())
|
.areaCode(pileStationInfo.getAreaCode())
|
||||||
@@ -179,7 +179,7 @@ public class ZDLServiceImpl implements ZDLService {
|
|||||||
for (PileStationInfo pileStationInfo : pageInfo.getList()) {
|
for (PileStationInfo pileStationInfo : pageInfo.getList()) {
|
||||||
ZDLStationInfo stationInfo = new ZDLStationInfo();
|
ZDLStationInfo stationInfo = new ZDLStationInfo();
|
||||||
stationInfo.setStationId(String.valueOf(pileStationInfo.getId()));
|
stationInfo.setStationId(String.valueOf(pileStationInfo.getId()));
|
||||||
stationInfo.setOperatorId(Constants.OPERATORID_LIANLIAN); // 组织机构代码
|
stationInfo.setOperatorId(Constants.OPERATORID_JIANG_SU); // 组织机构代码
|
||||||
stationInfo.setEquipmentOwnerId(String.valueOf(pileStationInfo.getMerchantId()));
|
stationInfo.setEquipmentOwnerId(String.valueOf(pileStationInfo.getMerchantId()));
|
||||||
stationInfo.setStationName(pileStationInfo.getStationName());
|
stationInfo.setStationName(pileStationInfo.getStationName());
|
||||||
stationInfo.setCountryCode(pileStationInfo.getCountryCode());
|
stationInfo.setCountryCode(pileStationInfo.getCountryCode());
|
||||||
|
|||||||
Reference in New Issue
Block a user