|
|
@@ -71,7 +71,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
|
|
|
|
|
|
// string condition = " and Status>=-1 and Status<4";
|
|
|
- string condition = " and Status>=-1";
|
|
|
+ string condition = " and Status>=-1 and Sort=0";
|
|
|
//平台订单号
|
|
|
if (!string.IsNullOrEmpty(OrderNo))
|
|
|
{
|
|
|
@@ -1062,7 +1062,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
Fields.Add("SnNos", "2"); //SN编号
|
|
|
Fields.Add("TopUserId", "0");
|
|
|
|
|
|
- string condition = " and Status>-1";
|
|
|
+ string condition = " and Status>=-1 and Sort=0";
|
|
|
//创客编号
|
|
|
if (!string.IsNullOrEmpty(UserIdMakerCode))
|
|
|
{
|