@@ -832,7 +832,7 @@ class Test extends Command
return false;
}
- if (!empty($drawPids)) $pid = current($drawPids);
+ if (!empty($drawPids)) $pid = json_encode(array_filter($drawPids));
Log::logInfo('提取结束', $attachments, $logName);