正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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) { |
-
请 注册 或 登录 后发表评论