From 24de3c28662a351a056adbecc0027ca1b90a8b0e Mon Sep 17 00:00:00 2001 From: whywhyo <1511349576@qq.com> Date: 星期二, 25 七月 2023 08:43:35 +0800 Subject: [PATCH] 21564 --- 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