This commit is contained in:
jl
2024-12-27 16:54:02 +08:00
parent 78b193a52a
commit 85be80759a
5 changed files with 39 additions and 16 deletions

View File

@ -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) {