DuGuYang 3 лет назад
Родитель
Сommit
37e0e7d7cd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Areas/Admin/Controllers/MainServer/OrdersController.cs

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

@@ -510,7 +510,7 @@ namespace MySystem.Areas.Admin.Controllers
             string[] Ids = IdList.TrimEnd('#').Split('#');
             string[] StoreIds = StoreIdList.TrimEnd('#').Split('#');
             string[] SnNoss = SnNosList.TrimEnd('#').Split('#');
-            int[] pIds = new int[] { 42, 41, 21, 20, 19, 18, 17, 16, 14, 13, 12, 9, 8, 7};
+            int[] pIds = new int[] { 42, 41, 21, 20, 19, 18, 17, 16, 14, 13, 12, 9, 8, 7 };
             for (int i = 0; i < Ids.Length; i++)
             {
                 int Id = int.Parse(Ids[i]);