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