|
const { match_id, group_id, project_id, user_id } = body;
|
|
const { match_id, group_id, project_id, user_id } = body;
|
|
const query = { match_id, group_id, project_id, user_id, pay_status: [ '0', '1' ] };
|
|
const query = { match_id, group_id, project_id, user_id, pay_status: [ '0', '1' ] };
|
|
if (num > 0) throw new BusinessError(ErrorCode.DATA_EXISTED, '您已报名');
|
|
if (num > 0) throw new BusinessError(ErrorCode.DATA_EXISTED, '您已报名');
|