移动系统liao
4 天以前 28b358e00c78248a46ed24e27fd9c076e69161a1
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();
    }