|
@@ -54,9 +54,10 @@ class IntelligentFollowService extends CrudService {
|
|
|
}
|
|
|
if (data.creditStatus) {
|
|
|
match.creditStatus = data.creditStatus;
|
|
|
- } else {
|
|
|
- match.creditStatus = { $ne: '1' };
|
|
|
}
|
|
|
+ // else {
|
|
|
+ // match.creditStatus = { $ne: '1' };
|
|
|
+ // }
|
|
|
const skip = Number.parseInt(data.skip) || 1;
|
|
|
const limit = Number.parseInt(data.limit) || 10;
|
|
|
const total = await this.model.countDocuments(match);
|