wuggemail@foxmail.com 3 hónapja
szülő
commit
5a470dd4a3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/cxinv/controller/FinancialManager.php

+ 1 - 1
app/cxinv/controller/FinancialManager.php

@@ -355,7 +355,7 @@ class FinancialManager extends Base{
         ->field($fields[$param['channel']-1])
         ->field($fields[$param['channel']-1])
         ->where($where)
         ->where($where)
         ->order("id desc")
         ->order("id desc")
-        ->cursor();
+        ->select()->toArray();
     exportExcel($list,$heade[$param['channel']-1],"manager");
     exportExcel($list,$heade[$param['channel']-1],"manager");
     }
     }
 }
 }