Skip to content

Commit 39343d6

Browse files
committed
Reverted PR #150
1 parent 6ec9c3d commit 39343d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class Service extends AdapterService {
558558

559559
if (count) {
560560
const countColumns = groupByColumns || (Array.isArray(this.id) ? this.id.map(idKey => `${this.Model.tableName}.${idKey}`) : [`${this.Model.tableName}.${this.id}`]);
561-
const countQuery = this._createQuery(params).clear('groupBy');
561+
const countQuery = this._createQuery(params);
562562

563563
if (query.$joinRelation) {
564564
countQuery

0 commit comments

Comments
 (0)