This commit is contained in:
帅凯 贾
2023-08-14 14:57:24 +08:00
parent b4fd2d4e05
commit 07985264fa
10 changed files with 289 additions and 80 deletions

View File

@ -809,5 +809,13 @@ namespace Epost.DAL
}
#endregion
#region
public DataTable GetForcedendAddress(string orderid)
{
string sql = string.Format("select * from v_orders where orderid='20416' and oprationstate!=3");
DataTable dt = db.GetsqlForDT(sql);
return dt;
}
#endregion
}
}