all(); $data = $this->service->setModel()->getList($param,['product' => function($query){ $query->field("product_id,product_name"); }]); return successTrans("success.data",pageFormat($data),200); } catch (\Throwable $throwable) { return error($throwable->getMessage()); } } }