1
This commit is contained in:
@@ -477,6 +477,7 @@ class OrderPrescriptionService extends BaseService
|
||||
// 上传oss
|
||||
$filename = "applet/prescription/" . $order_prescription['order_prescription_id'] . '.' . 'pdf';
|
||||
$prescription_pdf_url = $oss->putObject($filename, $prescription_pdf_result);
|
||||
dump("处方pdf上传pss成功");
|
||||
|
||||
if ($user['user_type'] == 3){
|
||||
// 药师端时,需要进行系统签章
|
||||
@@ -517,7 +518,7 @@ class OrderPrescriptionService extends BaseService
|
||||
throw new BusinessException("处方签章失败");
|
||||
}
|
||||
|
||||
dump("处方pdf进行签章成功");
|
||||
dump("处方pdf进行医院签章成功");
|
||||
|
||||
// 下载处方签章文件
|
||||
unset($prescription_pdf_result);
|
||||
|
||||
Reference in New Issue
Block a user