|
const uidList = ctx.helper._.uniq(ctx.helper._.map(allCertList, 'uid'));
|
|
const uidList = ctx.helper._.uniq(ctx.helper._.map(allCertList, 'uid'));
|
|
- where: { project_id: ctx.session.sessionProject.id, enable: 1, id: ctx.helper._.uniq(ctx.helper._.map(allCertList, 'uid')) },
|
|
|
|
columns: ['id', 'name', 'company', 'role', 'enable', 'is_admin', 'account_group', 'mobile'],
|
|
columns: ['id', 'name', 'company', 'role', 'enable', 'is_admin', 'account_group', 'mobile'],
|