forked from integrated_whb/integrated_whb
聚集告警人员列表
parent
d97dbcb715
commit
93ca8d2982
|
@ -528,7 +528,7 @@ public class PositAlarmController extends BaseController {
|
||||||
public ReturnMap getAlarmGatherPsnInfo() throws Exception {
|
public ReturnMap getAlarmGatherPsnInfo() throws Exception {
|
||||||
PageData pageData = this.getPageData();
|
PageData pageData = this.getPageData();
|
||||||
ReturnMap returnMap = new ReturnMap();
|
ReturnMap returnMap = new ReturnMap();
|
||||||
JSONObject body = PLSUtil.GeneralGetById("/old/gatherAlarms/getAlarmGatherPsnInfo", pageData.getString("id"),Jurisdiction.getCORPINFO_ID());
|
JSONObject body = PLSUtil.GeneralGetById("/old/gatherAlarms/getAlarmGatherPsnInfo?id=", pageData.getString("id"),Jurisdiction.getCORPINFO_ID());
|
||||||
if (body != null) {
|
if (body != null) {
|
||||||
returnMap.putAll(body);
|
returnMap.putAll(body);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue