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:
@@ -635,6 +635,14 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
|
||||
info.setStationID("LC658");
|
||||
}*/
|
||||
|
||||
//正式环境站点149推送时报错,"Msg":"更新站点数据出错。站点ID:LC149,错误信息:站点的所属运营商不能修改",
|
||||
if(StringUtils.equals("149", stationId)){
|
||||
//使用EquipmentOwnerID = MA1JLFUU8
|
||||
info.setEquipmentOwnerID(Constants.OPERATORID_LIANLIAN);
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 容量
|
||||
if (StringUtils.isNotBlank(String.valueOf(pileStationInfo.getCapacity()))) {
|
||||
info.setCapacity(pileStationInfo.getCapacity().setScale(4, BigDecimal.ROUND_HALF_UP));
|
||||
|
||||
Reference in New Issue
Block a user