修改签章为线上签章,优化性能

This commit is contained in:
2023-04-19 20:09:22 +08:00
parent b8a8c5d3ee
commit a36bc773e2
13 changed files with 1985 additions and 394 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ class UserPharmacistService extends BaseService
// 药师ca签章
$OrderPrescriptionService = new OrderPrescriptionService();
$prescription_open_result = $OrderPrescriptionService->openPrescription($order_prescription['order_prescription_id'],$user_info['user_id']);
if (empty($prescription_open_result['prescription_img_url']) || empty($prescription_open_result['prescription_pdf_url'])){
if (empty($prescription_open_result['prescription_img_url'])){
Db::rollBack();
return fail(HttpEnumCode::SERVER_ERROR, "处方审核失败");
}