This commit is contained in:
王炜翔 2024-09-16 22:14:09 +08:00
parent 566aaba27b
commit 5779ce853d

View File

@ -209,12 +209,7 @@ namespace asg_form.Controllers.Teamregistration
var result = await query.ToListAsync(); var result = await query.ToListAsync();
if (result.Count == 0) return Ok(new { messages = result });
{
return (new { });
}
return (result);
} }
} }
} }