zhaozhen лет назад: 2
Родитель
Сommit
9f9dee7b36
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Console/Commands/Test.php

+ 1 - 1
app/Console/Commands/Test.php

832
                 return false;
832
                 return false;
833
             }
833
             }
834
 
834
 
835
-            if (!empty($drawPids)) $pid = current($drawPids);
835
+            if (!empty($drawPids)) $pid = json_encode(array_filter($drawPids));
836
 
836
 
837
             Log::logInfo('提取结束', $attachments, $logName);
837
             Log::logInfo('提取结束', $attachments, $logName);
838
         }
838
         }