@@ -155,6 +155,7 @@ class UserService extends CrudService {
async finduserlist({ skip, limit, ...info }) {
const query = {
...info,
+ isdel: 0,
$or: [{ role: '4' }, { role: '5' }, { role: '6' }],
};
const total = await this.model.count(query);