This commit is contained in:
@ -924,9 +924,9 @@ namespace Epost.BLL
|
||||
return dal.getOrderListBysku(block, sku);
|
||||
}
|
||||
|
||||
public bool UpOrderStateBybat(string batchid)
|
||||
public bool UpOrderStateBybat(string id)
|
||||
{
|
||||
return dal.UpOrderStateBybat(batchid);
|
||||
return dal.UpOrderStateBybat(id);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user