This commit is contained in:
2021-04-15 18:35:40 +08:00
parent 52b96fd700
commit 7c04132110
+1 -1
View File
@@ -767,7 +767,7 @@ trait QueryTrait
return $this;
}
$this->where[] = $column . ' BETWEEN' . $start . ' AND ' . $end;
$this->where[] = $column . ' BETWEEN ' . $start . ' AND ' . $end;
return $this;
}