Browse Source

添加备注存储

DuGuYang 2 years ago
parent
commit
0a553d23c5

+ 2 - 0
Areas/Admin/Controllers/OperateServer/SysAdminOperateController.cs

@@ -615,6 +615,7 @@ namespace MySystem.Areas.Admin.Controllers
             AmountRecord amountRecord = opdb.AmountRecord.Add(new AmountRecord()
             {
                 CreateDate = DateTime.Now,
+                SeoKeyword = Note,
                 SeoDescription = description,
                 UserId = sysAdmin.UserId, //运营中心Id
                 CreateMan = SysUserName + "-" + SysRealName,
@@ -682,6 +683,7 @@ namespace MySystem.Areas.Admin.Controllers
             AmountRecord amountRecord = opdb.AmountRecord.Add(new AmountRecord()
             {
                 CreateDate = DateTime.Now,
+                SeoKeyword = Note,
                 SeoDescription = description,
                 UserId = sysAdmin.UserId, //运营中心Id
                 CreateMan = SysUserName + "-" + SysRealName,