|
@@ -130,7 +130,6 @@ class UserService extends CrudService {
|
|
|
async businessuser({ pid, skip, limit }) {
|
|
|
const query = { };
|
|
|
pid ? (query.pid = pid) : '';
|
|
|
- console.log(query);
|
|
|
const total = await this.model.count(query);
|
|
|
const data = await this.model
|
|
|
.find(query)
|