改名
This commit is contained in:
@@ -81,6 +81,9 @@ trait Condition
|
||||
$_tmp = [];
|
||||
if (empty($where)) return '';
|
||||
foreach ($where as $value) {
|
||||
|
||||
var_dump($value);
|
||||
|
||||
$_value = is_string($value) ? $value : $this->conditionMap($value);
|
||||
|
||||
if (empty($_value)) continue;
|
||||
|
||||
@@ -733,8 +733,6 @@ trait QueryTrait
|
||||
if (is_array($conditions)) {
|
||||
$conditions = [$conditions];
|
||||
}
|
||||
var_dump($conditions);
|
||||
|
||||
$this->where[] = $conditions;
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user