Commit 5d2a94e0 authored by wujiang's avatar wujiang

添加地区

parent a1abbe56
...@@ -59,6 +59,8 @@ public class TdHygfJpInverterWarnServiceImpl ...@@ -59,6 +59,8 @@ public class TdHygfJpInverterWarnServiceImpl
.eq(JpStation::getThirdStationId, i.getThirdStationId())); .eq(JpStation::getThirdStationId, i.getThirdStationId()));
if (jpStation != null) { if (jpStation != null) {
i.setAddress(jpStation.getAddress()); i.setAddress(jpStation.getAddress());
i.setStationName(jpStation.getName());
i.setArea(jpStation.getArea());
} }
if (i.getStartTime() != null) { if (i.getStartTime() != null) {
i.setStartTimeFormat(TimeUtil.dateFormat(i.getStartTime())); i.setStartTimeFormat(TimeUtil.dateFormat(i.getStartTime()));
......
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