* [story#60673,0.5h] add addWhereGroup.

This commit is contained in:
qixinzhi
2024-09-06 09:06:59 +08:00
committed by 曹延义
parent 23d1b532ff
commit 4a961663f8
2 changed files with 20 additions and 0 deletions
+16
View File
@@ -605,6 +605,22 @@ class pivotState
$this->sqlBuilder['funcs'][] = $func;
}
/**
* Add where group.
*
* @param string|array $type
* @param string $table
* @param string $field
* @param string $function
* @param string $alias
* @access public
* @return void
*/
public function addWhereGroup($items = array())
{
$this->sqlBuilder['wheres'][] = $items;
}
/**
* Get funcs.
*