作者 刘锟

update

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