Commit e12fa852 authored by hangjun83's avatar hangjun83

财务开票模块更新

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