zs 4 月之前
父節點
當前提交
4dd0a6dd71
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' });
   }