diff --git a/src/WmsWebApi.Application/ZlldcjLogs/ZlldcjLogAppService.cs b/src/WmsWebApi.Application/ZlldcjLogs/ZlldcjLogAppService.cs index 94cc2c7..8110c4f 100644 --- a/src/WmsWebApi.Application/ZlldcjLogs/ZlldcjLogAppService.cs +++ b/src/WmsWebApi.Application/ZlldcjLogs/ZlldcjLogAppService.cs @@ -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(); } }