Commit e7bb5060 authored by yanzg's avatar yanzg

修改日志打印功能,打印更加详细的日志

parent 0614592f
...@@ -82,7 +82,7 @@ public class PageSizeReqVo extends BaseVo implements PageSizeReq { ...@@ -82,7 +82,7 @@ public class PageSizeReqVo extends BaseVo implements PageSizeReq {
@Override @Override
public PageSizeReqVo setPageSize(int pageSize) { public PageSizeReqVo setPageSize(int pageSize) {
this.pageSize = Math.max(0, pageSize); this.pageSize = Math.max(1, pageSize);
return this; return this;
} }
} }
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