正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -63,6 +63,7 @@ class ProjectImport extends Command | @@ -63,6 +63,7 @@ class ProjectImport extends Command | ||
| 63 | return true; | 63 | return true; |
| 64 | } | 64 | } |
| 65 | 65 | ||
| 66 | + dd($line_of_text); | ||
| 66 | $success_count = 0; //成功导入条数 | 67 | $success_count = 0; //成功导入条数 |
| 67 | $count_line = count($line_of_text) - 1; //总条数 | 68 | $count_line = count($line_of_text) - 1; //总条数 |
| 68 | if ($count_line > 0) { | 69 | if ($count_line > 0) { |
-
请 注册 或 登录 后发表评论