作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !2215
... ... @@ -52,7 +52,7 @@ class GeneratePage extends Command
$noticeModel = new NoticeLog();
while (true){
$task_id = $this->getTaskId();
if (empty($noticeInfo)) {
if (empty($task_id)) {
sleep(10);
continue;
}
... ...