Merge branch 'dev'

This commit is contained in:
2023-05-19 13:13:33 +08:00
+3 -1
View File
@@ -235,7 +235,9 @@ class ReportRegulatoryCommand extends HyperfCommand
return [];
}
return $order_prescription->toArray();
$order_prescription = $order_prescription->toArray();
return $order_prescription[0];
}
/**