1.国网上送
This commit is contained in:
@@ -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+"条");
|
||||
|
||||
Reference in New Issue
Block a user