|
@@ -83,7 +83,7 @@ class ProductionOrderController extends BaseController
|
|
|
list($status,$data) = $service->productionExport($request->all());
|
|
|
|
|
|
if($status){
|
|
|
- return $this->json_return(200,'',$data);
|
|
|
+ return $this->json_return(200,'',['file'=>$data]);
|
|
|
}else{
|
|
|
return $this->json_return(201,$data);
|
|
|
}
|