Răsfoiți Sursa

创客机具申请订单取值修改

DuGuYang 2 ani în urmă
părinte
comite
44842a7d63

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

@@ -104,7 +104,7 @@ namespace MySystem.Areas.Admin.Controllers
             //发货状态
             if (!string.IsNullOrEmpty(SendStatusSelect))
             {
-                condition += " and SendStatus=" + SendStatusSelect;
+                condition += " and Status=" + SendStatusSelect;
             }
             //仓库类型
             if (!string.IsNullOrEmpty(StoreTypeSelect))