聚集告警人员列表

pull/5/head
fangjiakai 2024-02-28 10:44:54 +08:00
parent d97dbcb715
commit 93ca8d2982
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ public class PositAlarmController extends BaseController {
public ReturnMap getAlarmGatherPsnInfo() throws Exception {
PageData pageData = this.getPageData();
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) {
returnMap.putAll(body);
}