Commit 5795d584 authored by hj's avatar hj

更新提交

parent 9bd1c1b3
...@@ -248,6 +248,8 @@ class InvoiceService ...@@ -248,6 +248,8 @@ class InvoiceService
$update['api_response'] = $exception->getMessage(); $update['api_response'] = $exception->getMessage();
$this->saveInvoiceRecord($update); $this->saveInvoiceRecord($update);
} }
return $result;
} }
throw new \Exception('申请发票失败',502); throw new \Exception('申请发票失败',502);
......
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