rabin 2 years ago
parent
commit
a87e3bced8
1 changed files with 1 additions and 1 deletions
  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);
     }
 
     #归店统计导出