This commit is contained in:
jl
2024-12-06 14:13:52 +08:00
parent 102cc71af5
commit 122c2cb3bc
7 changed files with 29 additions and 29 deletions

View File

@ -204,9 +204,9 @@ namespace Epost.BLL
#endregion
#region que
public bool DelQueueOrder(string sku,string block)
public bool DelQueueOrder(string sku,string block,string area)
{
return dal.DelQueueOrder(sku,block);
return dal.DelQueueOrder(sku,block,area);
}
#endregion