This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user