lrf пре 2 година
родитељ
комит
69df2920be
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      app/service/teamApply.js

+ 0 - 1
app/service/teamApply.js

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