From 3b497df7f07a40f243589354f0f2ecb3793c516f Mon Sep 17 00:00:00 2001 From: "525833532@qq.com" Date: Wed, 17 Aug 2022 11:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/Queue.php | 2 +- app/admin/view/queue/exec.html | 8 ++++---- app/admin/view/queue/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/admin/controller/Queue.php b/app/admin/controller/Queue.php index 0880271b2..b0c90b29e 100644 --- a/app/admin/controller/Queue.php +++ b/app/admin/controller/Queue.php @@ -137,7 +137,7 @@ class Queue extends Controller $info = SystemQueue::mk()->where($map)->find(); if (empty($info)) $this->error('任务不存在'); - // 订单状态检查 + // 任务状态检查 if ($info['status'] <> 1) $this->error('任务当前状态不可重置下次执行时间'); // 更新任务下次执行时间 diff --git a/app/admin/view/queue/exec.html b/app/admin/view/queue/exec.html index 3c30f0e9d..1c92181d1 100644 --- a/app/admin/view/queue/exec.html +++ b/app/admin/view/queue/exec.html @@ -1,12 +1,12 @@ -
+
- -

仅重复任务可设置下次执行时间

+ +

仅重复任务可设置,请勿早于当前时间

启动重复任务时可设置延时时间

再手动修改下次(第一次的)时间即可

@@ -18,7 +18,7 @@ {notempty name='vo.code'}{/notempty}
- +
\ No newline at end of file diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index ec5d4c03a..5459a2997 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -104,7 +104,7 @@ {{# if(d.status===4||d.status===3){ }} 重 置 {{# }else{ }} - 重 置 + 重 置 {{# } }}