|
@@ -19,7 +19,6 @@ class TeamApplyService extends CrudService {
|
|
|
*/
|
|
|
async findPartner({ project_id, user_id }) {
|
|
|
// 多层嵌套populate
|
|
|
- console.log('line 22 in function:');
|
|
|
const conn = this.app.mongooseDB.get('base');
|
|
|
const schema = _.get(this.ctx.model, 'Base.User.schema');
|
|
|
const m = conn.model('User', schema);
|