Преглед изворни кода

wifi押金不包含其他商品

lcl пре 1 година
родитељ
комит
8a64f7f10a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Areas/Admin/Controllers/MainServer/OrdersController.cs

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

@@ -475,7 +475,7 @@ namespace MySystem.Areas.Admin.Controllers
 
 
             // string condition = " and Status>=-1 and  Status<4";
-            string condition = " and Status>=-1 and Sort=0";
+            string condition = " and ProductId=134 and Status>=-1 and Sort=0";
             //平台订单号
             if (!string.IsNullOrEmpty(OrderNo))
             {