mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
改进
This commit is contained in:
@@ -1154,7 +1154,7 @@ class Query
|
|||||||
// 数组批量查询
|
// 数组批量查询
|
||||||
$where = $field;
|
$where = $field;
|
||||||
foreach ($where as $k => $val) {
|
foreach ($where as $k => $val) {
|
||||||
$this->options['multi'][$k][] = $val;
|
$this->options['multi'][$logic][$k][] = $val;
|
||||||
}
|
}
|
||||||
} elseif ($field && is_string($field)) {
|
} elseif ($field && is_string($field)) {
|
||||||
// 字符串查询
|
// 字符串查询
|
||||||
|
|||||||
Reference in New Issue
Block a user