增加小格口绑定
This commit is contained in:
@ -408,5 +408,14 @@ namespace Epost.DAL
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 获取最新一条记录
|
||||
public DataTable getQueueList()
|
||||
{
|
||||
string sql = string.Format("select top 1 * from OrdersQueue where state=3 order by id desc");
|
||||
return db.GetsqlForDT(sql);
|
||||
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user