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