Commit 86904798 authored by zw's avatar zw

兼容

parent 5b0c28f9
...@@ -53,6 +53,7 @@ class ResultsSummaryNewTask ...@@ -53,6 +53,7 @@ class ResultsSummaryNewTask
{ {
set_time_limit(0); // 取消脚本运行时间的超时上限 set_time_limit(0); // 取消脚本运行时间的超时上限
$day = date("Y-m-d", time()); $day = date("Y-m-d", time());
Log::record("-------run_total----".$this->redis_->get("run_total" . $day),"info");
if ($this->redis_ && $this->redis_->get("run_total" . $day)) { if ($this->redis_ && $this->redis_->get("run_total" . $day)) {
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment