修复已办任务,审批结果展示不正确的问题

This commit is contained in:
YunaiV
2022-03-20 01:21:09 +08:00
parent efe4200181
commit 00269fd911
5 changed files with 4 additions and 5 deletions

View File

@ -63,6 +63,7 @@ public class AdminUserServiceImpl implements AdminUserService {
private FileApi fileApi;
@Override
public Long createUser(UserCreateReqVO reqVO) {
// 校验账户配合
tenantService.handleTenantInfo(tenant -> {