Commit 425849b4 authored by hezhuozhi's avatar hezhuozhi

优化电站监控

parent 6d90e989
......@@ -495,11 +495,11 @@ public class SunlightServiceImpl implements SunlightService {
jpStationMapper.insert(jpStation);
}
if (listd != null) {
if (CollectionUtil.isNotEmpty(listd)) {
this.setJpInverte(listd, jpStation, listdtx);
}
if (listd != null) {
if (CollectionUtil.isNotEmpty(listdtx)) {
this.collectorDetail(listdtx, jpStation);
}
......
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