ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfPetNoteController.java
@@ -54,7 +54,9 @@ */ @GetMapping public AjaxResult getByPetId(@PathParam("pid")String pid){ return zfPetNoteService.getAllPetNoteByPetId(pid); Integer pageNum = Convert.toInt(ServletUtils.getParameter(PAGE_NUM), 1); Integer pageSize = Convert.toInt(ServletUtils.getParameter(PAGE_SIZE), 10); return zfPetNoteService.getAllPetNoteByPetId(pageNum,pageSize,pid); }