改名
This commit is contained in:
@@ -923,6 +923,7 @@ trait QueryTrait
|
|||||||
private function addArray(array $array): static
|
private function addArray(array $array): static
|
||||||
{
|
{
|
||||||
foreach ($array as $key => $value) {
|
foreach ($array as $key => $value) {
|
||||||
|
if (is_null($value)) continue;
|
||||||
if (is_numeric($key)) {
|
if (is_numeric($key)) {
|
||||||
[$column, $opera, $value] = $this->opera(...$value);
|
[$column, $opera, $value] = $this->opera(...$value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user