|
|
|
@ -810,7 +810,15 @@ public class FontController {
|
|
|
|
|
return "该账号未设置姓名";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @description: 查询菜单授权
|
|
|
|
|
* @author linjj
|
|
|
|
|
* @date: 2024/9/18 16:44
|
|
|
|
|
*/
|
|
|
|
|
@RequestMapping(value = "/getUserMun", produces = "text/plain;charset=UTF-8")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public String getUserMun(Integer userId) {
|
|
|
|
|
String flag = power_userMapper.getPdf(userId);
|
|
|
|
|
return flag;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|