From ed8f29787e0b874d9804330b25bab5c2f68423a7 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 08 十月 2023 21:00:04 +0800
Subject: [PATCH] ZAuthorityControllerGetMapping修改为了PostMapping,前端没办法传递参数
---
zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java b/zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java
index f5eba13..db55fde 100644
--- a/zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java
+++ b/zhang-content/src/main/java/com/ruoyi/service/ZfMasterService.java
@@ -17,8 +17,9 @@
*/
public interface ZfMasterService extends IService<ZfMaster> {
- AjaxResult getMasterInfoByPetId(Long pid);
+ AjaxResult getMasterInfoByPetId(String pid);
List<ZfMaster> selectByCondition(ZfMaster zfMaster);
+ AjaxResult mySave(ZfMaster zfMaster);
}
--
Gitblit v1.9.1