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