- Remove companyModel::getList.

This commit is contained in:
wangxuepeng
2023-11-23 10:27:28 +08:00
parent c803b82dfb
commit 668d08251e
-11
View File
@@ -14,17 +14,6 @@
<?php
class companyModel extends model
{
/**
* Get company list.
*
* @access public
* @return void
*/
public function getList()
{
return $this->dao->select('*')->from(TABLE_COMPANY)->fetchAll();
}
/**
* 获取第一家公司。
* Get the first company.