This commit is contained in:
@ -374,5 +374,26 @@ namespace Epost.BLL
|
||||
return dal.GetAddressListByByPage(strWhere, orderby, startIndex, endIndex, out recordCount);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 灯带
|
||||
|
||||
#region 查询设备信息
|
||||
public DataTable QueryAddrList(string strwhere)
|
||||
{
|
||||
return dal.QueryAddrList(strwhere);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region 查询设备信息
|
||||
public DataTable QueryControlList(string strwhere)
|
||||
{
|
||||
return dal.QueryControlList(strwhere);
|
||||
}
|
||||
|
||||
#endregion
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
@ -41,7 +41,6 @@ namespace Epost.BLL
|
||||
public ResultModel ClearALL()
|
||||
{
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
bool t = addrBLL.UpdateState();
|
||||
|
Reference in New Issue
Block a user