songxingwei 2 years ago
parent
commit
8dd3ad3773
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/service/queue/ImportTable2Queue.php

+ 1 - 0
application/service/queue/ImportTable2Queue.php

@@ -58,6 +58,7 @@ class ImportTable2Queue
             $kd_array = Db::name('system_kd')->column('name');
             //循环从第二行开始,第一行往往是表头
             $insert_array = array();
+            $count = 0;
             for($i=2;$i<=$maxRow;$i++)
             {
                 $a = [];