* Migrate changes from 18.x to master.

This commit is contained in:
朱金勇
2023-10-12 08:42:59 +00:00
parent 29015e48aa
commit 6948740e1d
21 changed files with 212 additions and 74 deletions
+12
View File
@@ -11,6 +11,18 @@
*/
class chartModel extends model
{
/**
* Construct.
*
* @access public
* @return void
*/
public function __construct()
{
parent::__construct();
$this->loadBIDAO();
}
/**
* Get first chart group id.
*