mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-14 10:57:19 +08:00
优化:优化后端 CRUD 公共组件(移除 BaseService 中无用的默认实现,抽取 BaseRequest 基类来方便使用分组校验),并同步调整部门管理 API
This commit is contained in:
@@ -153,7 +153,6 @@ public class LogServiceImpl implements LogService {
|
||||
if (createUser == null) {
|
||||
return;
|
||||
}
|
||||
logVO.setCreateUserString(
|
||||
ExceptionUtils.exToNull(() -> userService.getById(createUser)).getNickname());
|
||||
logVO.setCreateUserString(ExceptionUtils.exToNull(() -> userService.getById(createUser)).getNickname());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user