处方溯源测试

This commit is contained in:
2024-12-13 16:34:50 +08:00
parent 1eae4eca2c
commit d83349e920

View File

@@ -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,