From d0d0c5066d4163f7f33dea44eefbafd5004cff3a Mon Sep 17 00:00:00 2001 From: zhangxiquan Date: Mon, 9 Dec 2024 03:13:11 +0000 Subject: [PATCH] + [task#133390,done,0.5h] get app list. --- module/system/model.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/module/system/model.php b/module/system/model.php index 2c5d1fa2cc..eb73bf4891 100644 --- a/module/system/model.php +++ b/module/system/model.php @@ -93,20 +93,6 @@ class systemModel extends model ->fetchAll('id'); } - /** - * 根据应用标识获取应用详情。 - * Get an app by appKey. - * - * @param string $appKey - * @return array|bool - */ - public function getByAppKey(string $appKey) - { - return $this->dao->select('*')->from(TABLE_SYSTEM) - ->where('appkey')->eq($appKey) - ->fetch(); - } - /** * 根据应用ID列表获取产品ID列表。 * Get product id list by system id list.