north 7 years ago
parent
commit
c531a3bd68
1 changed files with 0 additions and 1 deletions
  1. 0 1
      www/protected/services/ImportExcelService.php

+ 0 - 1
www/protected/services/ImportExcelService.php

@@ -73,7 +73,6 @@ class ImportExcelService extends Service
             $result = $order->save();
         }
         unlink($excelFile);
-        exit;
     }
 
 }