Ver Fonte

Merge branch 'feature-dgy-运营中心过期' into feature-dgy-后台测试

DuGuYang há 2 anos atrás
pai
commit
e06052b5ca

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

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