|
@@ -350,9 +350,9 @@ public class ExamApplyServiceImpl extends ServiceImpl<ExamApplyMapper, ExamApply
|
|
|
com.baomidou.mybatisplus.extension.plugins.pagination.Page<GoodsVo> page =
|
|
|
iActivityRecommendGoodsService.getGoodsListByPage(new com.baomidou.mybatisplus.extension.plugins.pagination.Page<>(bo.getPageNum(), bo.getPageSize()),activityRecommend.getRecommendId());
|
|
|
|
|
|
- if (CollectionUtils.isEmpty(page.getRecords())){
|
|
|
- return tableDataInfo;
|
|
|
- }
|
|
|
+// if (CollectionUtils.isEmpty(page.getRecords())){
|
|
|
+// return tableDataInfo;
|
|
|
+// }
|
|
|
|
|
|
tableDataInfo.setTotal(page.getTotal());
|
|
|
tableDataInfo.setRows(page.getRecords());
|