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