This commit is contained in:
@ -822,7 +822,7 @@ namespace Epost.DAL
|
||||
#region 查询设备信息
|
||||
public DataTable QueryControlList(string strwhere)
|
||||
{
|
||||
string sql = string.Format(" select distinct controlip ,port,waveno,address from v_address where 1=1 " + strwhere);
|
||||
string sql = string.Format(" select distinct controlip ,port,address from v_address where type<>6 " + strwhere);
|
||||
return db.GetsqlForDT(sql);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user