更改接口灭灯功能
This commit is contained in:
@ -15,7 +15,7 @@ namespace Epost.BLL
|
||||
{
|
||||
AddressstorageDAL dal = new AddressstorageDAL();
|
||||
|
||||
|
||||
|
||||
|
||||
#region 查询设备所在区
|
||||
public DataTable getBlock(string address, string type, string controlip)
|
||||
@ -39,7 +39,7 @@ namespace Epost.BLL
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region 根据货位号查询标签地址
|
||||
public DataTable getAddressList(string location)
|
||||
{
|
||||
@ -54,7 +54,7 @@ namespace Epost.BLL
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
#region 根据小车编号获取控制器Ip地址
|
||||
public DataTable getIP(string carid)
|
||||
@ -89,17 +89,17 @@ namespace Epost.BLL
|
||||
#endregion
|
||||
|
||||
#region 获取箱号显示标签
|
||||
public DataTable GetBoxAddress(string block,string area,int type)
|
||||
public DataTable GetBoxAddress(string block, string area, int type)
|
||||
{
|
||||
return dal.GetBoxAddress(block,area,type);
|
||||
return dal.GetBoxAddress(block, area, type);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region 根据区域获取所有地址
|
||||
public DataTable getAddresslist(string block, string area,string type)
|
||||
public DataTable getAddresslist(string block, string area, string type)
|
||||
{
|
||||
return dal.getAddresslist(block, area,type);
|
||||
return dal.getAddresslist(block, area, type);
|
||||
}
|
||||
|
||||
#endregion
|
||||
@ -152,7 +152,7 @@ namespace Epost.BLL
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region 获取所有地址
|
||||
public DataTable getAddressList()
|
||||
{
|
||||
@ -329,9 +329,9 @@ namespace Epost.BLL
|
||||
|
||||
|
||||
#region 获取错误信息的state
|
||||
public DataTable GetErrorState(string address,string ip)
|
||||
public DataTable GetErrorState(string address, string ip)
|
||||
{
|
||||
return dal.getErrorState(address,ip);
|
||||
return dal.getErrorState(address, ip);
|
||||
}
|
||||
#endregion
|
||||
|
||||
@ -380,6 +380,11 @@ namespace Epost.BLL
|
||||
{
|
||||
return dal.GetForcedendAddress(orderid);
|
||||
}
|
||||
|
||||
public DataTable GetForcedendAddress()
|
||||
{
|
||||
return dal.GetForcedendAddress();
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user