@ -314,7 +314,6 @@ public class ZlldcjLogAppService : ApplicationService, IZlldcjLogAppService
using (var uow = _unitOfWorkManager.Begin(requiresNew: true, isTransactional: false))
{
await _zlldcjLogManager.AddDtoAsync(dto);
throw new Exception("dd");
await uow.SaveChangesAsync();
}