This commit is contained in:
@ -696,7 +696,7 @@ namespace Epost.DAL
|
||||
#region 获取所有地址列表
|
||||
public DataTable GetALLList(string strwhere)
|
||||
{
|
||||
string sql = string.Format("select * from v_address where 1=1 " + strwhere + " ");
|
||||
string sql = string.Format("select * from addressstorage where 1=1 " + strwhere + " ");
|
||||
|
||||
DataTable dt = db.GetsqlForDT(sql);
|
||||
return dt;
|
||||
|
Reference in New Issue
Block a user