This commit is contained in:
@ -165,7 +165,7 @@ namespace Epost.DAL
|
||||
{
|
||||
strwhere = " and area='"+area+"'";
|
||||
}
|
||||
string sql = string.Format("select address, bkaddress, state, type, area ,way ,shelfid, ControlID ,location ,layer, slist, block, addresstype, ControlIP, ControlType, info from V_address where type='{1}' and block='{0}' " + strwhere,
|
||||
string sql = string.Format("select address,bkaddress,state,type,area,way,shelfid,ControlID,location,layer,slist,block,addresstype,ControlIP,ControlType,info from V_address where type='{1}' and block='{0}' " + strwhere,
|
||||
block,
|
||||
|
||||
type);
|
||||
|
Reference in New Issue
Block a user