updateupdate 查询运营商列表

This commit is contained in:
2023-11-10 17:20:16 +08:00
parent 84b93e9a3c
commit 9e2f933082
8 changed files with 32 additions and 11 deletions

View File

@@ -135,7 +135,7 @@ public class ZDLServiceImpl implements ZDLService {
.build();
// 截取运营商组织机构代码(去除最后一位后的最后九位)
MerchantInfoVO merchantInfo = pileMerchantInfoService.getMerchantInfo(String.valueOf(pileStationInfo.getMerchantId()));
MerchantInfoVO merchantInfo = pileMerchantInfoService.getMerchantInfoVO(String.valueOf(pileStationInfo.getMerchantId()));
String organizationCode = merchantInfo.getOrganizationCode();
if (organizationCode.length() == 18) {
String equipmentOwnerId = StringUtils.substring(organizationCode, organizationCode.length() - 10, organizationCode.length() - 1);