简化 application.yaml 和 bootstrap.yaml 等配置文件

This commit is contained in:
YunaiV
2022-06-11 23:58:41 +08:00
parent f08fe24174
commit b1149279c0
13 changed files with 11 additions and 473 deletions

View File

@@ -54,6 +54,6 @@ public interface PermissionApi {
* @return 部门数据权限
*/
@GetMapping(PREFIX + "/get-dept-data-permission")
DeptDataPermissionRespDTO getDeptDataPermission(Long userId);
DeptDataPermissionRespDTO getDeptDataPermission(@RequestParam("userId") Long userId);
}