对接内蒙古平台

This commit is contained in:
Guoqs
2024-11-11 11:23:21 +08:00
parent 312f05ed3b
commit ffeac149a2

View File

@@ -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();