Commit 36784e0f authored by caotao's avatar caotao

1.科士达逆变器功率调整与科士达系统中保持一致。

parent aadf1ec7
...@@ -126,7 +126,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe ...@@ -126,7 +126,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe
} }
} }
@Scheduled(cron = "${dataRequstScheduled.keshida}") // @Scheduled(cron = "${dataRequstScheduled.keshida}")
@Override @Override
public void stationDetail() { public void stationDetail() {
List<String> stationIds = kSolarStationMapper.getStationIds(); List<String> stationIds = kSolarStationMapper.getStationIds();
...@@ -181,7 +181,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe ...@@ -181,7 +181,7 @@ public class KsolarDataAcquisitionServiceImpl implements KSolarDataAcquisitionSe
jpStation.setAddress(ksolarStationDetail.getStationAddressDetail()); jpStation.setAddress(ksolarStationDetail.getStationAddressDetail());
jpStation.setLongitude(ksolarStationDetail.getLongitude()); jpStation.setLongitude(ksolarStationDetail.getLongitude());
jpStation.setOnGridType("自发自用");//客户确认 jpStation.setOnGridType("自发自用");//客户确认
jpStation.setRatedPower(100D);//客户确认 jpStation.setRatedPower(4360.4);//客户确认
jpStation.setLatitude(ksolarStationDetail.getLatitude()); jpStation.setLatitude(ksolarStationDetail.getLatitude());
jpStation.setThirdCode(PVProducerInfoEnum.KSOLAR.getCode()); jpStation.setThirdCode(PVProducerInfoEnum.KSOLAR.getCode());
// 业主姓名 // 业主姓名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment