浏览代码

test-update

zhaozhen 2 年之前
父节点
当前提交
9f9dee7b36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Console/Commands/Test.php

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

@@ -832,7 +832,7 @@ class Test extends Command
832 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 837
             Log::logInfo('提取结束', $attachments, $logName);
838 838
         }