getSupplierInfo([['supplier_site_id', '=', $supply_id]], '*'); $this->assign('detail', $supply_info['data'] ?? []); return $this->fetch("supply/index", [], $this->replace); } }