快电新电途ing
This commit is contained in:
parent
b6694baac0
commit
782b648f57
@ -189,7 +189,7 @@ public class StationsInfoController extends CoreDispatcher {
|
|||||||
Double power = (Double) cachePile.get("power");
|
Double power = (Double) cachePile.get("power");
|
||||||
connectorInfo.setPower(power == null ? 120.0 : power);
|
connectorInfo.setPower(power == null ? 120.0 : power);
|
||||||
Integer nationalStandard = (Integer) cachePile.get("nationalStandard");
|
Integer nationalStandard = (Integer) cachePile.get("nationalStandard");
|
||||||
connectorInfo.setNationalStandard(nationalStandard == null ? 2015 : nationalStandard);
|
connectorInfo.setNationalStandard(nationalStandard == null ? 2 : nationalStandard);
|
||||||
connectorInfoList.add(connectorInfo);
|
connectorInfoList.add(connectorInfo);
|
||||||
}
|
}
|
||||||
return connectorInfoList;
|
return connectorInfoList;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user