Browse Source

提交

master
mahao 2 years ago
parent
commit
d9e0aa1645
  1. 1
      src/WmsWebApi.Application/ZlldcjLogs/ZlldcjLogAppService.cs

1
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();
}
}

Loading…
Cancel
Save