diff --git a/service/modules/v1/controllers/ExamineController.php b/service/modules/v1/controllers/ExamineController.php index 5eb1247..3af1d07 100644 --- a/service/modules/v1/controllers/ExamineController.php +++ b/service/modules/v1/controllers/ExamineController.php @@ -242,7 +242,6 @@ class ExamineController extends BasePharmacistController $doctor['depart'] = $depart->name; $doctor['name'] = $doctorInfo->name; - ds($prescription); return [ 'type' => $prescription['prescription_type'] == 1 ? '中药处方' : ($prescription['prescription_type'] == 2 ? '西药处方' : '颗粒药处方'), 'prescription' => $prescription,