|
@@ -50,7 +50,6 @@ class TeamApplyService extends CrudService {
|
|
|
condition = await this.beforeQuery(condition);
|
|
|
condition = this.dealFilter(condition);
|
|
|
condition = this.selfQueryDeal(condition);
|
|
|
- console.log(condition);
|
|
|
// 过滤出ref字段
|
|
|
const { refMods, populate } = await this.getRefMods();
|
|
|
// 带ref查询
|