This commit is contained in:
@ -1055,5 +1055,14 @@ namespace Epost.BLL
|
||||
return dal.GetlocationInfo(location);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
public bool UpOrdersState(string Area,string block)
|
||||
{
|
||||
return dal.UpdateState(Area, block);
|
||||
}
|
||||
public bool IsFinishWorkArea(string block, string usercode = "", string area = "", string sku = "", string shopid = "", string orderid = "")
|
||||
{
|
||||
return dal.IsFinishWorkArea(block,usercode,area,sku,shopid,orderid);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user