This commit is contained in:
@ -53,14 +53,16 @@ namespace Epost.BLL
|
||||
#endregion
|
||||
|
||||
#region 查询坐标信息
|
||||
public string GetLocation(string strwhere)
|
||||
public string GetLocation(string strwhere,out string type1)
|
||||
{
|
||||
DataTable dt= dal.GetLocation(strwhere);
|
||||
if (dt != null && dt.Rows.Count > 0)
|
||||
{
|
||||
type1 = dt.Rows[0]["type"].ToString();
|
||||
return dt.Rows[0]["agvloc"].ToString();
|
||||
}
|
||||
else {
|
||||
type1 ="";
|
||||
return "";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user