|
|
@@ -46,6 +46,7 @@ public class JPOrdWarnEventInfo {
|
|
|
private int sendway = 3;
|
|
|
private String planBatch = "";
|
|
|
private String remark = "";
|
|
|
+ private String objId = "";
|
|
|
|
|
|
public JPOrdWarnEventInfo() {
|
|
|
}
|
|
|
@@ -63,6 +64,7 @@ public class JPOrdWarnEventInfo {
|
|
|
this.ending = planDetail.getEnding();
|
|
|
this.planBatch = planDetail.getBatch();
|
|
|
this.gis = CommTool.listSize(rules)>0?rules.get(0).getObjGis():"";
|
|
|
+ this.objId = CommTool.listSize(rules)>0?rules.get(0).getObjId():"";
|
|
|
if (StringUtils.isEmpty(this.gis))
|
|
|
this.gis = planDetail.getOwnerGis();
|
|
|
this.followerId = planDetail.getZoneMgrId();
|