mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
@@ -1610,7 +1610,7 @@ class Query
|
|||||||
{
|
{
|
||||||
// 分析查询表达式
|
// 分析查询表达式
|
||||||
$options = $this->parseExpress();
|
$options = $this->parseExpress();
|
||||||
if (!is_array($dataSet[0])) {
|
if (!is_array(reset($dataSet))) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// 生成SQL语句
|
// 生成SQL语句
|
||||||
|
|||||||
Reference in New Issue
Block a user