lrf 2 năm trước cách đây
mục cha
commit
a915e703bd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);
     }