作者 刘锟

update

... ... @@ -63,6 +63,7 @@ class ProjectImport extends Command
return true;
}
dd($line_of_text);
$success_count = 0; //成功导入条数
$count_line = count($line_of_text) - 1; //总条数
if ($count_line > 0) {
... ...