username@email.com
4 天以前 4008c7e22c9c01eb653b04f934990486df622654
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();
    }