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{ }} - 重 置 + 重 置 {{# } }}