456
whywhyo
2023-05-23 e15c73ef6313c335d31173f2b14be3843e786156
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);
    }