移动系统liao
18 小时以前 9d2a0d8e8398ca94204bb191c99f6ad97de01a8c
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();
    }