Commit b7dfe220 authored by huyuchen's avatar huyuchen

菜单权限修改

parent 9b9ff06f
......@@ -54,9 +54,9 @@ public class SysUserDeptVo implements Serializable {
private String loginName;
/**
* 项目id
* 部门id
*/
@Schema(description = "项目id")
@Schema(description = "部门id")
private String domainId;
}
\ No newline at end of file
......@@ -78,7 +78,7 @@ public interface SysUserPermissionMapper extends BaseMapper<SysUserPermission> {
IPage<SysUserDeptVo> selectSettleVO(Page<SysUserDeptVo> page, @Param("name") String name);
/**
* 根据名项目部门查询id
* 根据名部门编码查询id
* 部门权限
* @param code 编码
* @return
......
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