Commit cea8534c authored by hangjun83's avatar hangjun83

财务开票模块更新

parent ef577930
...@@ -587,7 +587,7 @@ class InvoiceService ...@@ -587,7 +587,7 @@ class InvoiceService
trim(shell_exec("$cmd 2>&1")); trim(shell_exec("$cmd 2>&1"));
if(!Storage::exists($path)){ if(!Storage::exists($path)){
$pdf = $this->apiService->clientRequest('get',$$pdfUrl,[]); $pdf = $this->apiService->clientRequest('get',$pdfUrl,[]);
if($pdf){ if($pdf){
Storage::put($path, $pdf); Storage::put($path, $pdf);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment