fix issue #I6EIZX 无法修改字典名称

This commit is contained in:
yubaolee
2023-02-16 21:50:18 +08:00
parent e0c8c46c9b
commit 6740858251

View File

@@ -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,