|
@@ -341,6 +341,7 @@ public class PowerStationDataPacker {
|
|
|
public PowerStationStatusData packageData(BigDecimal realPower) {
|
|
|
PowerStationStatusData powerStationStatusData = new PowerStationStatusData();
|
|
|
try {
|
|
|
+ powerStationStatusData.setStationCode(electricField.getStationCode());
|
|
|
//设定时间
|
|
|
powerStationStatusData.setTime(DateTime.now().withMillisOfSecond(0).withSecondOfMinute(0).toDate());
|
|
|
//设定容量
|