wuggemail@foxmail.com hai 3 meses
pai
achega
5a470dd4a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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])
         ->where($where)
         ->order("id desc")
-        ->cursor();
+        ->select()->toArray();
     exportExcel($list,$heade[$param['channel']-1],"manager");
     }
 }