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");
     }
 }