chenyongxing hace 8 años
padre
commit
e4f0d10b41
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/yihu/editor/service/ArticleService.java

+ 1 - 0
src/main/java/com/yihu/editor/service/ArticleService.java

@ -32,6 +32,7 @@ public class ArticleService {
        if (page <= 0) {
            page = 1;
        }
        if (rows <= 0) {
            rows = 15;
        }