Commit 9841c3b3 by jinxin

群发记录导出

parent 144888af
...@@ -431,7 +431,7 @@ public class GroupChatPlanController { ...@@ -431,7 +431,7 @@ public class GroupChatPlanController {
}); });
sendExcelVOList.addAll(sendExcelVOList1); sendExcelVOList.addAll(sendExcelVOList1);
} }
ServiceResponse<Page<GroupChatPlanLogDTO>> resp1 = this.groupChatPlanApiService.listLogPage(planId, qdto, basePageInfo); ServiceResponse<Page<GroupChatPlanLogDTO>> resp1 = this.groupChatPlanApiService.listLogPage(planId, searchQDTO, basePageInfo);
List<GroupChatPlanLogDTO> planLogDTOS = resp1.getResult().getResult(); List<GroupChatPlanLogDTO> planLogDTOS = resp1.getResult().getResult();
if (CollectionUtils.isNotEmpty(planLogDTOS)){ if (CollectionUtils.isNotEmpty(planLogDTOS)){
List<ReceiveExcelVO> receiveExcelVOList1 = EntityUtil.changeEntityListByJSON(ReceiveExcelVO.class, result); List<ReceiveExcelVO> receiveExcelVOList1 = EntityUtil.changeEntityListByJSON(ReceiveExcelVO.class, result);
......
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