sunpengfei
20 小时以前 1482f950f2b30835a268ae9e6c6bd817ba47a684
FlexJobApi.FlexJobServer.Application/TaskUsers/Commands/ApplyTaskCommandHandler.cs
@@ -56,10 +56,12 @@
                        it.Gender,
                        it.Age,
                        it.UserAuth.IdentityImg,
                        it.UserAuth.IdentityBackImg
                        it.UserAuth.IdentityBackImg,
                        it.IsReal
                    })
                    .FirstOrDefaultAsync(cancellationToken);
                if (user == null) throw Oops.Oh(EnumErrorCodeType.s404, "账号");
                if (!user.IsReal) throw Oops.Oh(EnumErrorCodeType.s510, "请先实名");
                var tasks = await repTaskInfo.AsQueryable().AsNoTracking()
                    .Where(it => taskIds.Contains(it.Id))
                    .Select(it => new