mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
fix issue #I6EIZX 无法修改字典名称
This commit is contained in:
@@ -69,6 +69,7 @@ namespace OpenAuth.App
|
||||
var user = _auth.GetCurrentUser().User;
|
||||
UnitWork.Update<Category>(u => u.Id == obj.Id, u => new Category
|
||||
{
|
||||
Name = obj.Name,
|
||||
Enable = obj.Enable,
|
||||
DtValue = obj.DtValue,
|
||||
DtCode = obj.DtCode,
|
||||
|
Reference in New Issue
Block a user