修正获取服务包关联问诊订单消息内页基础数据4
This commit is contained in:
parent
3b427b34de
commit
dac179e845
@ -1247,7 +1247,7 @@ class OrderServicePackageService extends BaseService
|
||||
public function getOrderServiceProduct(string|int $package_id): array
|
||||
{
|
||||
$params = array();
|
||||
$params['package_id'] = $$package_id;
|
||||
$params['package_id'] = $package_id;
|
||||
$health_package_products = HealthPackage::getList($params);
|
||||
if (empty($health_package_products)){
|
||||
return [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user