Commit 1c9c0592 authored by shenxin's avatar shenxin

蓉易办推送数据

parent adb598bb
...@@ -61,7 +61,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD ...@@ -61,7 +61,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD
informationQuery.setNodeType("BusiType_1"); informationQuery.setNodeType("BusiType_1");
informationQuery.setIsReport("0"); informationQuery.setIsReport("0");
List<InformationEntity> informationEntities = informationService.find(informationQuery, pageInfo, null).getList(); List<InformationEntity> informationEntities = informationService.find(informationQuery, pageInfo, null).getList();
List<HashMap<String, Object>> objects = new ArrayList<>();
List<InformationEntity> entities = informationEntities.parallelStream().map(e -> { List<InformationEntity> entities = informationEntities.parallelStream().map(e -> {
try { try {
Thread.sleep(applyAndAcceptSleep); Thread.sleep(applyAndAcceptSleep);
...@@ -80,7 +79,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD ...@@ -80,7 +79,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD
e.setAcceptName(map.get("receiveusername")); e.setAcceptName(map.get("receiveusername"));
e.setAcceptId(map.get("receiveuseridcard")); e.setAcceptId(map.get("receiveuseridcard"));
e.setAcceptPhone(map.get("receiveuserphone")); e.setAcceptPhone(map.get("receiveuserphone"));
objects.add(stringObjectHashMap);
Map<String, Object> params = new HashMap<>(); Map<String, Object> params = new HashMap<>();
params.put("jsonData", JSONObject.toJSONString(stringObjectHashMap)); params.put("jsonData", JSONObject.toJSONString(stringObjectHashMap));
log.info("参数: " + params); log.info("参数: " + params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment