zs 4 months ago
parent
commit
4dd0a6dd71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/controller/match/matchExt.controller.ts

+ 1 - 1
src/controller/match/matchExt.controller.ts

@@ -324,7 +324,7 @@ export class MatchExtController implements BaseController {
      */
     const match_id = get(data, 'match_id');
     await this.service.checkMatchExtStatus(match_id, '4');
-    await this.service.update({ id: match_id }, { status: '5' });
+    await this.service.update({ match_id }, { status: '5' });
     await this.matchRegService.update({ match_id, ext_status: '4', status: '1' }, { status: '0', ext_status: '5' });
   }