Commit 0a86220b authored by zhuwei's avatar zhuwei

1

parent 1eedc813
......@@ -40,7 +40,7 @@ class UpdateActivityTask
}
#结束时间小于当时前时间
if( $v['activity_start_time'] < date("Y-m-d H:i:s", time())){
$this->m_active->updateStatus($v['id'],0);
$this->m_active->editorActivity($v['id'],['status' => 0]);
continue;
}
}
......
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