mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
改进where和whereor闭包查询
This commit is contained in:
@@ -263,6 +263,7 @@ abstract class Builder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$whereStr .= empty($whereStr) ? substr(implode(' ', $str), strlen($key) + 1) : implode(' ', $str);
|
||||
}
|
||||
return $whereStr;
|
||||
|
||||
Reference in New Issue
Block a user