This commit is contained in:
@ -917,9 +917,9 @@ namespace Epost.BLL
|
||||
return dal.GetSumList_Echo(matchid, sku, block, area);
|
||||
}
|
||||
//查询sku对应的所有任务
|
||||
public DataTable getOrderListBysku(string block, string sku)
|
||||
public DataTable getOrderListBysku(string block, string sku,string area)
|
||||
{
|
||||
return dal.getOrderListBysku(block, sku);
|
||||
return dal.getOrderListBysku(block, sku,area);
|
||||
}
|
||||
|
||||
public bool UpOrderStateBybat(string id)
|
||||
|
Reference in New Issue
Block a user