From d9e0aa1645ebc8350ade57084b1fb3409e3552d2 Mon Sep 17 00:00:00 2001 From: mahao Date: Wed, 8 Mar 2023 16:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WmsWebApi.Application/ZlldcjLogs/ZlldcjLogAppService.cs | 1 - 1 file changed, 1 deletion(-) 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(); } }