lcl 2 лет назад
Родитель
Сommit
11a23f0fe2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Areas/Admin/Controllers/MainServer/StoreMachineApplyController.cs

+ 1 - 1
Areas/Admin/Controllers/MainServer/StoreMachineApplyController.cs

@@ -636,7 +636,7 @@ namespace MySystem.Areas.Admin.Controllers
                     item.Num += 1;
                 }
 
-                apply.SeoDescription = function.CheckString(SnNo) + ',';
+                apply.SeoDescription += function.CheckString(SnNo) + ',';
 
                 fromstore = db.StoreHouse.FirstOrDefault(m => m.Id == FromStoreId);
                 tostore = db.StoreHouse.FirstOrDefault(m => m.UserId == apply.UserId && m.BrandId == BrandId.ToString() && m.Status > -1 && m.Sort == 0);