@ -234,6 +234,12 @@ public class ZlldcjLogAppService : ApplicationService, IZlldcjLogAppService
}
await CurrentUnitOfWork.SaveChangesAsync();
catch (UserFriendlyException ex)
{
bErr = true;
result.TYPE = 'E';
result.MESSAGE = ex.GetBaseException().Message;
catch (Exception ex)