简化 application.yaml 和 bootstrap.yaml 等配置文件
This commit is contained in:
@@ -54,6 +54,6 @@ public interface PermissionApi {
|
||||
* @return 部门数据权限
|
||||
*/
|
||||
@GetMapping(PREFIX + "/get-dept-data-permission")
|
||||
DeptDataPermissionRespDTO getDeptDataPermission(Long userId);
|
||||
DeptDataPermissionRespDTO getDeptDataPermission(@RequestParam("userId") Long userId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user