mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 20:57:14 +08:00
chore: continew-starter 2.8.1 => 2.8.2
1.graceful-response 5.0.4-boot3 => 5.0.5-boot3(修复父类参数校验异常) 2.修复日志记录时所属模块和描述取值优先级失效的问题 3.使用 SpringUtils.getProxy 优化部分代码
This commit is contained in:
@@ -84,6 +84,7 @@ import top.continew.starter.extension.crud.model.query.SortQuery;
|
||||
import top.continew.starter.extension.crud.model.resp.PageResp;
|
||||
import top.continew.starter.extension.crud.service.BaseServiceImpl;
|
||||
import top.continew.starter.web.util.FileUploadUtils;
|
||||
import top.continew.starter.core.util.SpringUtils;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.time.Duration;
|
||||
@@ -518,7 +519,7 @@ public class UserServiceImpl extends BaseServiceImpl<UserMapper, UserDO, UserRes
|
||||
baseMapper.insert(insertList);
|
||||
}
|
||||
if (CollUtil.isNotEmpty(updateList)) {
|
||||
this.updateBatchById(updateList);
|
||||
SpringUtils.getProxy(this).updateBatchById(updateList);
|
||||
userRoleService.deleteByUserIds(updateList.stream().map(UserDO::getId).toList());
|
||||
}
|
||||
if (CollUtil.isNotEmpty(userRoleDOList)) {
|
||||
|
Reference in New Issue
Block a user