This commit is contained in:
Your Name
2026-05-18 16:56:00 +08:00
parent 149fdffd49
commit fd63e23eaf
3 changed files with 108 additions and 35 deletions
@@ -596,7 +596,7 @@ class PrescriptionOrderLists extends BaseAdminDataLists implements ListsSearchIn
}
if ((int) $this->export === ExportEnum::EXPORT) {
PrescriptionOrderLogic::appendPrescriptionOrderListExportRows($lists, $this->adminInfo);
PrescriptionOrderLogic::appendPrescriptionOrderListExportRows($lists, $this->adminInfo, $this->params);
}
return $lists;