wuggemail@foxmail.com 3 months ago
parent
commit
5a470dd4a3
1 changed files with 1 additions and 1 deletions
  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");
     }
 }