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