Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-09-09 11:48:53 +08:00
commit 8ac2de3434
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
var result = await query.FirstOrDefaultAsync();
var result = await query.ToListAsync();
return ResponseOutput.Ok(result);
}