改名
This commit is contained in:
@@ -767,7 +767,7 @@ trait QueryTrait
|
||||
return $this;
|
||||
}
|
||||
|
||||
$this->where[] = $column . ' BETWEEN' . $start . ' AND ' . $end;
|
||||
$this->where[] = $column . ' BETWEEN ' . $start . ' AND ' . $end;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user