mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-16 07:59:54 +08:00
fix #I5FK9U
This commit is contained in:
parent
7ad9b54fd2
commit
89c3133889
@ -82,8 +82,8 @@ namespace OpenAuth.App
|
|||||||
TypeId = obj.TypeId,
|
TypeId = obj.TypeId,
|
||||||
UpdateTime = DateTime.Now,
|
UpdateTime = DateTime.Now,
|
||||||
UpdateUserId = user.Id,
|
UpdateUserId = user.Id,
|
||||||
UpdateUserName = user.Name
|
UpdateUserName = user.Name,
|
||||||
//todo:要修改的字段赋值
|
SortNo = obj.SortNo
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user