rabin 2 年之前
父節點
當前提交
a87e3bced8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/bill/lib/Manage.php

+ 1 - 1
service/bill/lib/Manage.php

@@ -282,7 +282,7 @@ class Manage
              $body[] = $d;
         }
         $file = Dever::input('excel_name');
-        Dever::excelExport($body, $header, $file);
+        return Dever::excelExport($body, $header, $file);
     }
 
     #归店统计导出