|
...
|
...
|
@@ -122,7 +122,7 @@ class Base extends Model |
|
|
|
* @method :post
|
|
|
|
* @time :2024/9/26 10:52
|
|
|
|
*/
|
|
|
|
public function count($condition){
|
|
|
|
public function counts($condition){
|
|
|
|
$condition = $this->filterRequestData($condition);
|
|
|
|
return $this->formatQuery($condition)->count();
|
|
|
|
}
|
...
|
...
|
|