* [misc,0.1h] add commit.

This commit is contained in:
zhouxin
2024-08-08 16:15:13 +08:00
committed by 宋辰轩
parent 3efcd9e5dc
commit db67b39e23
+8
View File
@@ -23,6 +23,14 @@ class dataset
$this->vision = $vision;
}
/**
* append where condition of vision.
*
* @param PDOStatement $query
* @param string $table
* @access public
* @return PDOStatement
*/
public function defaultWhere($query, $table)
{
$visions = explode(',', $this->vision);