mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 上海宏鹏推送联联
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user