mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -351,6 +351,9 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
if( MerchantUtils.isPaiHeMerchant(String.valueOf(pileStationInfo.getMerchantId()))){
|
if( MerchantUtils.isPaiHeMerchant(String.valueOf(pileStationInfo.getMerchantId()))){
|
||||||
stationInfo.setEquipmentOwnerID(Constants.OPERATORID_PAI_HE);
|
stationInfo.setEquipmentOwnerID(Constants.OPERATORID_PAI_HE);
|
||||||
}
|
}
|
||||||
|
if (MerchantUtils.isHongPeng(String.valueOf(pileStationInfo.getMerchantId()))) {
|
||||||
|
stationInfo.setEquipmentOwnerID(Constants.OPERATORID_HONG_PENG);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
List<EquipmentInfo> pileList = pileBasicInfoService.getPileListForLianLian(stationId);
|
List<EquipmentInfo> pileList = pileBasicInfoService.getPileListForLianLian(stationId);
|
||||||
@@ -1002,6 +1005,9 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
if( MerchantUtils.isPaiHeMerchant(String.valueOf(orderBasicInfo.getMerchantId()))){
|
if( MerchantUtils.isPaiHeMerchant(String.valueOf(orderBasicInfo.getMerchantId()))){
|
||||||
orderInfo.setEquipmentOwnerID(Constants.OPERATORID_PAI_HE);
|
orderInfo.setEquipmentOwnerID(Constants.OPERATORID_PAI_HE);
|
||||||
}
|
}
|
||||||
|
if (MerchantUtils.isHongPeng(String.valueOf(orderBasicInfo.getMerchantId()))) {
|
||||||
|
orderInfo.setEquipmentOwnerID(Constants.OPERATORID_HONG_PENG);
|
||||||
|
}
|
||||||
|
|
||||||
// 支付方式
|
// 支付方式
|
||||||
if (StringUtils.equals(orderBasicInfo.getPayMode(), OrderPayModeEnum.PAYMENT_OF_WECHATPAY.getValue())) {
|
if (StringUtils.equals(orderBasicInfo.getPayMode(), OrderPayModeEnum.PAYMENT_OF_WECHATPAY.getValue())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user