Admin.NET/FZCZTB.TSCL.Application/Service/ADPenalty/ADPenaltyService.cs @@ -92,9 +92,7 @@ { var entity = input.Adapt<ADPenalty>(); await _aDPenaltyRep.AsUpdateable(entity) .IgnoreColumns(u => new { u.Url, }) .ExecuteCommandAsync(); }