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);
     }