修改签章为线上签章,优化性能
This commit is contained in:
@@ -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, "处方审核失败");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user