This commit is contained in:
@ -39,7 +39,7 @@ namespace Epost.TestToolsWeb
|
||||
{
|
||||
//在这里编写需要定时执行的逻辑代码
|
||||
LogHelper.WriteLogInfo("任务执行中");
|
||||
DataTable dt = inboundBLL.GetInOrderList(" and state =0");
|
||||
DataTable dt = inboundBLL.GetInOrderList(" and state =0 order by priority,id");
|
||||
if (dt != null && dt.Rows.Count > 0)
|
||||
{
|
||||
foreach (DataRow row in dt.Rows) {
|
||||
|
Reference in New Issue
Block a user