lrf 2 년 전
부모
커밋
a915e703bd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/eliminate.js

+ 1 - 0
app/service/eliminate.js

@@ -376,6 +376,7 @@ class EliminateService extends CrudService {
   async afterQuery(filter, data) {
     const arr = [];
     for (let d of data) {
+      d = await this.getOtherName(d);
       d = await this.getPlayerName(d);
       arr.push(d);
     }