Commit d8912115 authored by 许润龙's avatar 许润龙

修改:活动视频、直播数据详情数据接口

parent ce6383e2
......@@ -105,8 +105,8 @@ public class BaseController {
}
dto.setEnd(publishDateEnd);
dto.setStart(publishDateStart);
dto.setPageNum(dto.getPageNum() == null ? 1 : dto.getPageNum());
dto.setPageSize(dto.getPageSize() == null ? 500 : dto.getPageSize());
dto.setCurrent(dto.getCurrent() == null ? 1 : dto.getCurrent());
dto.setSize(dto.getSize() == null ? 500 : dto.getSize());
return null;
}
......
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