From acfff22fdec6f230a64b8b6f61906e01cc29dd65 Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期二, 23 五月 2023 16:38:41 +0800 Subject: [PATCH] 456 --- zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java b/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java index f3467a2..c83f7eb 100644 --- a/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java +++ b/zhang-content/src/main/java/com/ruoyi/service/ZfPetNoteService.java @@ -21,7 +21,7 @@ List<ZfPetNote> selectByCondition(ZfPetNote zfPetNote); - AjaxResult getAllPetNoteByPetId(Long pid); + AjaxResult getAllPetNoteByPetId(String pid); AjaxResult mySave(ZfPetNote zfPetNote); } -- Gitblit v1.9.1