This commit is contained in:
jl
2025-01-13 13:47:28 +08:00
parent c82154ff51
commit 36e123d79e
6 changed files with 143 additions and 22 deletions

View File

@ -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;