lrf 3 months ago
parent
commit
3cfae06e81
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

@@ -494,7 +494,7 @@ export class MatchExtController implements BaseController {
    * @param match_id 赛事id
    * @param data body
    * @property id 报名数据id
-   * @property num 排名位置
+   * @property order_no 排名位置
    */
   @Post('/step5/order/:match_id', { routerName: '决赛阶段-组织决赛-人员排序' })
   async step5Order(@Param('match_id') match_id: string, @Body() data: object) {