Przeglądaj źródła

Merge branch 'develop' of http://47.109.31.237:13000/kxs-end/admin-server into DuGuYang

DuGuYang 2 lat temu
rodzic
commit
ae3f5ebe50

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

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