hi
No, it always takes about 200-300ms
on my computer. Can you change the environment to test again?
Thanks.
Yes, requiresNew should be true
Great!
You have started a new uow. That’s no problem.
using (var uow = UnitOfWorkManager.Begin(requiresNew: true, isTransactional: true, isolationLevel: System.Data.IsolationLevel.ReadCommitted))
{
using (_dataFilter.Disable())
{
reportPeriodId = await _reportDataRepository.CollectDataAsync(reportCode, paraObject.ReportDate, paraObject.Department, keyValueParams);
}
await uow.CompleteAsync();
}
You can enable the debug log of EF Core to see the SQL statement(EnableSensitiveDataLogging
).
https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems
hi
I can't understand your problem. Can you share some test code so that I can reproduce it on my computer?
Thanks.
hi
Please use these code to override the login and register class.
https://we.tl/t-YQ7tQxfSjw
hi
https://github.com/maliming/PortalApi-main/invitations