Skip to content

Commit

Permalink
改进mongo builder类
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Apr 10, 2023
1 parent 81674fe commit 460abd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/db/builder/Mongo.php
Expand Up @@ -111,8 +111,6 @@ protected function parseData(Query $query, array $data): array
$result[$item] = $val;
} elseif (isset($val[0]) && 'exp' == $val[0]) {
$result[$item] = $val[1];
} elseif (is_null($val)) {
$result[$item] = 'NULL';
} else {
$result[$item] = $this->parseValue($query, $val, $key);
}
Expand Down

0 comments on commit 460abd0

Please sign in to comment.