Commit cda49f52 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent e12fa852
...@@ -71,7 +71,7 @@ class InvoiceController extends Controller ...@@ -71,7 +71,7 @@ class InvoiceController extends Controller
$requestParams = $this->formatKeysfromArray($request->all(),'toUnderScore'); $requestParams = $this->formatKeysfromArray($request->all(),'toUnderScore');
try{ try{
$result = $this->invoiceService->delInvoiceRecord($requestParams); $result = $this->invoiceService->delInvoiceRecord($requestParams);
return Response::success($result,'重置请求成功'); return Response::success($result,'请求成功');
}catch(\Throwable $exception){ }catch(\Throwable $exception){
return $this->returnErrorExecptionResponse($exception,$exception->getMessage()); return $this->returnErrorExecptionResponse($exception,$exception->getMessage());
} }
......
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