From cbfaed33d08d40fc94c5338f9ea21aaee9a6aa2b Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Fri, 21 Apr 2023 14:06:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=84=E6=96=B9=E5=BC=80?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CaService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/CaService.php b/app/Services/CaService.php index af2d39e..27b9b60 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -597,7 +597,6 @@ class CaService extends BaseService throw new BusinessException("处方签章失败"); } - fclose($pdf_file); return $sign_pdf_result[0]['fileId']; }