mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
对接内蒙古平台
This commit is contained in:
@@ -234,7 +234,7 @@ public class NeiMengGuPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
SupStationInfo stationInfo = new SupStationInfo();
|
||||
String stationId = String.valueOf(pileStationInfo.getId());
|
||||
stationInfo.setStationID(stationId);
|
||||
stationInfo.setOperatorID(Constants.OPERATORID_LIANLIAN); // 组织机构代码
|
||||
stationInfo.setOperatorID(Constants.JSOWELL_OPERATORID); // 组织机构代码
|
||||
String organizationCode = pileStationInfo.getOrganizationCode();
|
||||
String equipmentOwnerId = StringUtils.substring(organizationCode, organizationCode.length() - 10, organizationCode.length() - 1);
|
||||
stationInfo.setEquipmentOwnerID(equipmentOwnerId);
|
||||
@@ -426,7 +426,7 @@ public class NeiMengGuPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
if (pileMerchantInfoVO == null) {
|
||||
continue;
|
||||
}
|
||||
String operatorID = Constants.OPERATORID_JIANG_SU;
|
||||
String operatorID = Constants.JSOWELL_OPERATORID;
|
||||
String organizationCode = pileMerchantInfoVO.getOrganizationCode();
|
||||
String equipmentOwnerId = StringUtils.substring(organizationCode, organizationCode.length() - 10, organizationCode.length() - 1);
|
||||
SupStationStatusInfo stationStatusInfo = new SupStationStatusInfo();
|
||||
|
||||
Reference in New Issue
Block a user