From 997b0bcf7feef8852b954510f44df04fee2c0715 Mon Sep 17 00:00:00 2001
From: whywhyo <1511349576@qq.com>
Date: 星期三, 26 七月 2023 16:52:55 +0800
Subject: [PATCH] 21654
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSecretController.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSecretController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSecretController.java
index 51afe5e..5f85dcb 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSecretController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZSecretController.java
@@ -49,6 +49,14 @@
}
/**
+ * 鏍规嵁id鏌ヨ
+ */
+ @GetMapping()
+ public AjaxResult listById(Long id){
+ return AjaxResult.success(zSecretService.getById(id));
+ }
+
+ /**
* 妯℃澘
*/
@GetMapping("/model")
--
Gitblit v1.9.1