update 上海宏鹏推送联联

This commit is contained in:
YAS\29473
2025-12-04 17:06:15 +08:00
parent 1b8ddd7b20
commit 649a27047b
3 changed files with 11 additions and 0 deletions

View File

@@ -628,6 +628,9 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
if( MerchantUtils.isPaiHeMerchant(String.valueOf(pileStationInfo.getMerchantId()))){
info.setEquipmentOwnerID(Constants.OPERATORID_PAI_HE);
}
if (MerchantUtils.isHongPeng(String.valueOf(pileStationInfo.getMerchantId()))) {
info.setEquipmentOwnerID(Constants.OPERATORID_HONG_PENG);
}
String payment = StationPaymentEnum.getPaymentByCode(pileStationInfo.getPayment());
info.setPayment(payment);