Commit 09b2ecf4 authored by chenyuxi's avatar chenyuxi

feat: 权限相关接口

parent cfcd372d
......@@ -55,9 +55,8 @@ public class UserDeptPermissionController {
* @param sysUserDeptPermission 实体
* @return success/false
*/
@SysLog("客户服务平台——用户权限控制")
@PostMapping("/info")
public R<SysUserDeptPermission> getInfo(@RequestBody SysUserDeptPermission sysUserDeptPermission) {
@GetMapping("/info")
public R<SysUserDeptPermission> getInfo(SysUserDeptPermission sysUserDeptPermission) {
if(Common.isEmpty(sysUserDeptPermission.getProjectNo())){
R.failed("项目编码不能为空");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment