mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -1066,15 +1066,15 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
orderInfo.setChargeDetails(chargeDetails);
|
||||
|
||||
// 由于订单在对方测试环境的LC658的站点,因此在这里将站点LC149改为LC658
|
||||
if (orderInfo.getStationID().equals("LC149")){
|
||||
/* if (orderInfo.getStationID().equals("LC149")){
|
||||
orderInfo.setStationID("LC658");
|
||||
}
|
||||
}*/
|
||||
|
||||
// 正确运营商"之禾"
|
||||
/* if(StringUtils.equals("149", orderInfo.getStationID())){
|
||||
if(StringUtils.equals("149", orderInfo.getStationID())){
|
||||
//使用EquipmentOwnerID = MA1JLFUU8
|
||||
orderInfo.setEquipmentOwnerID(Constants.OPERATORID_LIANLIAN);
|
||||
}*/
|
||||
}
|
||||
|
||||
|
||||
// 获取令牌
|
||||
|
||||
Reference in New Issue
Block a user