修改上报监管平台

This commit is contained in:
wucongxing 2023-05-19 13:13:18 +08:00
parent 310ba9beda
commit 66900e4a5e

View File

@ -235,7 +235,9 @@ class ReportRegulatoryCommand extends HyperfCommand
return [];
}
return $order_prescription->toArray();
$order_prescription = $order_prescription->toArray();
return $order_prescription[0];
}
/**