相关方证书无法更换图片bug

liujun-2024-05-23-接口漏洞修复 2024-04-24版本
liujun 2024-04-24 18:50:21 +08:00
parent e058e4df8d
commit 494bde539f
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ public class MapController extends BaseController {
AlarmGet alarmGet = new AlarmGet();
alarmGet.setPage(new com.zcloud.service.dw.dto.Page());
alarmGet.getPage().setCurrent("1");
alarmGet.getPage().setSize("20");
alarmGet.getPage().setSize("12");
alarmGet.setCorpId(pd.getString("corpId"));
map.put("result", "success");
map.put("alarmList",dwService.getAlarmList(alarmGet));