| | |
| | | while (hasNext){ |
| | | //分页遍历循环查询所有门禁设备数据 |
| | | GetTodoListRequest param = new GetTodoListRequest(); |
| | | param.setComId("dfe"); |
| | | // param.setComId("dfe");//接全部的代办 |
| | | param.setUserId(username); |
| | | param.setStatus(1);//只查待处理的数据 |
| | | param.setPageNo(curPage); |
| | |
| | | param.put("componentMenuId", data.getMenuCode()); |
| | | JSONObject c = new JSONObject(); |
| | | c.put("method","dealTlncMsg"); |
| | | c.put("argument",JSONObject.toJSONString(data)); |
| | | c.put("argument", data); |
| | | param.put("callback",c); |
| | | Notices notices = new Notices(); |
| | | notices.setCreateDate(DateUtil.getISO8601DateByStr(data.getMsgCreateTimeIso())); |