1.国网上送

This commit is contained in:
2024-10-09 11:00:18 +08:00
parent 63680b9f8e
commit ae5ca42391
5 changed files with 77 additions and 8 deletions

View File

@@ -97,8 +97,8 @@ public class RUploadCommPointBusServiceImpl extends ServiceImpl<RUploadCommPoint
}
sendParam.setStatisticalDate(param.getSearchBeginTime());
}
sendParam.setStats(list);
Map<String, String> sendRes = GwSendUtil.send(sendParam, GWSendEnum.COMM_POINT);
sendParam.setStats(list.get(i));
Map<String, String> sendRes = GwSendUtil.newSend(sendParam, GWSendEnum.COMM_POINT);
List<String> ids = list.get(i).stream().map(RUploadCommPointBus::getObjId).collect(Collectors.toList());
int count = GwSendUtil.returnInfoMsg(ids,sendRes);
System.out.println("上送成功,上送成功返回"+count+"");