提交 d959257d authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 1bd3bbb2
......@@ -18,6 +18,8 @@ import com.zrqx.core.constant.talk.TalkRequestPath;
import com.zrqx.core.enums.ResponseCodeEnum;
import com.zrqx.core.exception.BaseException;
import com.zrqx.core.model.talk.Plate;
import com.zrqx.core.util.page.PageInfo;
import com.zrqx.core.util.page.PageParam;
import com.zrqx.core.util.response.CallBack;
import com.zrqx.talk.bg.service.PlateService;
......@@ -37,8 +39,8 @@ public class PlateController {
*/
@ApiOperation(value = "获取板块列表", notes = "获取板块列表")
@GetMapping(value = TalkRequestPath.LIST)
public CallBack<List<Plate>>page(){
return CallBack.success(plateService.page());
public CallBack<PageInfo<Plate>>page(PageParam pageParam){
return CallBack.success(plateService.page(pageParam));
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论