From 00b8c89efde1fff652da1ce0fe2df389404868ef Mon Sep 17 00:00:00 2001 From: zhangjian <zhangjianrock@163.com> Date: 星期一, 21 八月 2023 17:17:38 +0800 Subject: [PATCH] get请求去掉body --- ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java index 7fdbc3e..c18f045 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java @@ -124,4 +124,12 @@ */ public int deleteDeptById(Long deptId); + /** + * 鏍规嵁褰撳墠deptId鎴栬�呭綋鍓嶅強鎵�灞炰笅绾х殑鎵�鏈塪eptId + * @param deptId + * @return + */ + List<Long> deptIdBySub(Long deptId); + + } -- Gitblit v1.9.3