@@ -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))
{