wuggemail@foxmail.com 3 月之前
父節點
當前提交
5a470dd4a3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");
     }
 }