|
|
@@ -65,6 +65,8 @@ public class JPOrdWarnEventInfo {
|
|
|
this.gis = CommTool.listSize(rules)>0?rules.get(0).getObjGis():"";
|
|
|
if (StringUtils.isEmpty(this.gis))
|
|
|
this.gis = planDetail.getOwnerGis();
|
|
|
+ this.followerId = planDetail.getZoneMgrId();
|
|
|
+ this.creatorId = planDetail.getCreatorId();
|
|
|
|
|
|
this.fromTime = thisTempStep.getFirstMatchSampleTime();
|
|
|
this.toTime = thisTempStep.getLastCompareSampleTime();
|