打出日志
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2025-01-09 09:41:34 +08:00
parent f5032b95ce
commit 060be72143
1 changed files with 2 additions and 1 deletions

View File

@ -484,8 +484,9 @@ namespace IRaCIS.Core.Application.Service
}
catch (Exception)
catch (Exception ex)
{
Console.WriteLine(ex.Message);
intoGroupItem.EnrollStatus = EnrollStatus.ConfirmIntoGroupFailed;
}