This commit is contained in:
帅凯 贾
2023-08-14 14:57:24 +08:00
parent b4fd2d4e05
commit 07985264fa
10 changed files with 289 additions and 80 deletions

View File

@ -848,7 +848,7 @@ namespace Epost.BLL
public DataTable GetOrderList(string area, string block)
{
return dal.GetOrderList(area, block);
return dal.GetOrderList(area, block);
}
#endregion
@ -1043,5 +1043,17 @@ namespace Epost.BLL
{
return dal.GetDataIfRepeat(transderMid, transderDid);
}
public DataTable GetOrdersDT(string address, string ControlIP)
{
return dal.GetOrdersDT(address, ControlIP);
}
#region
public DataTable GetlocationInfo(string location)
{
return dal.GetlocationInfo(location);
}
#endregion
}
}