@@ -1761,7 +1761,6 @@ class UserDoctorService extends BaseService
|
||||
}else{
|
||||
$user_id = $user_info['user_id'];
|
||||
}
|
||||
dump($user_info['user_id']);
|
||||
$prescription_open_result = $OrderPrescriptionService->openPrescription($order_prescription->order_prescription_id,2,$user_id);
|
||||
if (empty($prescription_open_result['prescription_img_oss_path']) || empty($prescription_open_result['file_id'])){
|
||||
Db::rollBack();
|
||||
@@ -3159,4 +3158,4 @@ class UserDoctorService extends BaseService
|
||||
|
||||
return $multi_point_enable;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user