修改处方开具

This commit is contained in:
2023-04-21 14:06:52 +08:00
parent 298283b3fe
commit cbfaed33d0
-1
View File
@@ -597,7 +597,6 @@ class CaService extends BaseService
throw new BusinessException("处方签章失败"); throw new BusinessException("处方签章失败");
} }
fclose($pdf_file);
return $sign_pdf_result[0]['fileId']; return $sign_pdf_result[0]['fileId'];
} }