|
@@ -111,7 +111,7 @@ export class MatchExtController implements BaseController {
|
|
|
const match_id = get(data, 'match_id');
|
|
|
await this.service.checkMatchStatus(match_id, '1');
|
|
|
await this.service.checkMatchExtStatus(match_id, '0');
|
|
|
- await this.matchService.update({ id: match_id }, { status: '2' });
|
|
|
+ await this.matchService.update({ id: match_id }, { match_status: '2' });
|
|
|
await this.service.update({ match_id }, { status: '1' });
|
|
|
await this.matchRegService.update({ match_id, ext_status: '0', status: '1' }, { ext_status: '1', status: '0' });
|
|
|
return 'ok';
|