细节调整
This commit is contained in:
parent
c4aff6eac0
commit
af98ca3e72
|
|
@ -251,7 +251,8 @@ namespace LY.App.Service
|
|||
var entity = input.Adapt<UserEntity>();
|
||||
await _db.Updateable(entity).UpdateColumns(it => new
|
||||
{
|
||||
it.IsAdmin
|
||||
it.IsAdmin,
|
||||
it.positionId
|
||||
}).ExecuteCommandAsync();
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue