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

This commit is contained in:
he
2024-09-09 11:48:53 +08:00
@@ -826,7 +826,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
var result = await query.FirstOrDefaultAsync();
var result = await query.ToListAsync();
return ResponseOutput.Ok(result);
}