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