Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
antai-sport-http-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
antai-sport
antai-sport-http-server
Commits
53683e27
Commit
53683e27
authored
Sep 19, 2022
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
系列赛主页数据增加玩家已报名赛区id
parent
3117dfb6
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
405 additions
and
362 deletions
+405
-362
antai-sport.ndm2
doc/antai-sport.ndm2
+388
-362
SeriesMatchPlayerRecord.java
...ver/repository/series/entity/SeriesMatchPlayerRecord.java
+5
-0
SeriesRound.java
...ort/http/server/repository/series/entity/SeriesRound.java
+5
-0
SeriesService.java
...ver/server/api/business/series/service/SeriesService.java
+1
-0
SeriesQualifyingMatchHomeVO.java
...r/api/business/series/vo/SeriesQualifyingMatchHomeVO.java
+2
-0
SeriesQualifyingMatchRankVO.java
...r/api/business/series/vo/SeriesQualifyingMatchRankVO.java
+2
-0
SeriesRoundVO.java
...p/server/server/api/business/series/vo/SeriesRoundVO.java
+2
-0
No files found.
doc/antai-sport.ndm2
View file @
53683e27
...
@@ -26667,7 +26667,7 @@
...
@@ -26667,7 +26667,7 @@
},
},
{
{
"objectType": "Table_MYSQL",
"objectType": "Table_MYSQL",
"name": "series_round",
"name": "series_round
_rank
",
"comment": "系列赛",
"comment": "系列赛",
"engine": "InnoDB",
"engine": "InnoDB",
"characterSet": "utf8mb4",
"characterSet": "utf8mb4",
...
@@ -26769,34 +26769,8 @@
...
@@ -26769,34 +26769,8 @@
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "name",
"name": "round_id",
"type": "varchar",
"type": "bigint",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "轮次名称",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "name"
},
{
"objectType": "TableField_MYSQL",
"name": "type",
"type": "int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -26810,19 +26784,19 @@
...
@@ -26810,19 +26784,19 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
类型 10 预选赛 20 淘汰赛
",
"comment": "
轮次id
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
type
"
"oldName": "
round_id
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "
start_time
",
"name": "
match_id
",
"type": "
datetime
",
"type": "
bigint
",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -26836,123 +26810,19 @@
...
@@ -26836,123 +26810,19 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "开始时间",
"comment": "比赛id",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "start_time"
},
{
"objectType": "TableField_MYSQL",
"name": "map",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "地图key",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "map"
},
{
"objectType": "TableField_MYSQL",
"name": "path",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "赛道key",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "path"
},
{
"objectType": "TableField_MYSQL",
"name": "distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "总长度",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "distance"
},
{
"objectType": "TableField_MYSQL",
"name": "climb_distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "爬坡高度",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
climb_distance
"
"oldName": "
match_id
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "
chance
",
"name": "
area_id
",
"type": "int",
"type": "
big
int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -26966,19 +26836,19 @@
...
@@ -26966,19 +26836,19 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
机会次数
",
"comment": "
区域id
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
chance
"
"oldName": "
area_id
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "
status
",
"name": "
record_id
",
"type": "int",
"type": "
big
int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -26992,19 +26862,19 @@
...
@@ -26992,19 +26862,19 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
状态 10 未发布 20 已发布
",
"comment": "
关联记录id
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
status
"
"oldName": "
record_id
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "s
tarte
d",
"name": "s
port_user_i
d",
"type": "bit",
"type": "bi
gin
t",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -27018,44 +26888,18 @@
...
@@ -27018,44 +26888,18 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "是否开始",
"comment": "玩家id",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "started"
},
{
"objectType": "TableField_MYSQL",
"name": "finished",
"type": "bit",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "轮次是否已完成",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
finishe
d"
"oldName": "
sport_user_i
d"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "
show_order
",
"name": "
duration
",
"type": "int",
"type": "int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
...
@@ -27066,49 +26910,23 @@
...
@@ -27066,49 +26910,23 @@
"charset": "",
"charset": "",
"collation": "",
"collation": "",
"isNullable": true,
"isNullable": true,
"defaultType": "Others",
"defaultType": "Null",
"defaultValue": "0",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "显示顺序",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "show_order"
},
{
"objectType": "TableField_MYSQL",
"name": "version",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
版本号
",
"comment": "
比赛用时(秒)
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
vers
ion"
"oldName": "
durat
ion"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "
deleted
",
"name": "
create_time
",
"type": "
tinyint
",
"type": "
datetime
",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -27119,62 +26937,10 @@
...
@@ -27119,62 +26937,10 @@
"collation": "",
"collation": "",
"isNullable": true,
"isNullable": true,
"defaultType": "Others",
"defaultType": "Others",
"defaultValue": "
0
",
"defaultValue": "
CURRENT_TIMESTAMP
",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "删除标记",
"comment": "创建时间",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "deleted"
},
{
"objectType": "TableField_MYSQL",
"name": "create_by",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "创建人",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "create_by"
},
{
"objectType": "TableField_MYSQL",
"name": "create_time",
"type": "datetime",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "创建时间",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
...
@@ -27182,58 +26948,6 @@
...
@@ -27182,58 +26948,6 @@
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "create_time"
"oldName": "create_time"
},
{
"objectType": "TableField_MYSQL",
"name": "update_by",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "修改人",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "update_by"
},
{
"objectType": "TableField_MYSQL",
"name": "update_time",
"type": "datetime",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP",
"isOnUpdateCurrentTimestamp": true,
"isAutoInc": false,
"comment": "修改时间",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "update_time"
}
}
],
],
"indexes": [],
"indexes": [],
...
@@ -27437,27 +27151,6 @@
...
@@ -27437,27 +27151,6 @@
"order": "",
"order": "",
"oldName": ""
"oldName": ""
},
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
{
"objectType": "IndexField_MYSQL",
"objectType": "IndexField_MYSQL",
"name": "",
"name": "",
...
@@ -27476,7 +27169,7 @@
...
@@ -27476,7 +27169,7 @@
},
},
{
{
"objectType": "Table_MYSQL",
"objectType": "Table_MYSQL",
"name": "series_round
_rank
",
"name": "series_round",
"comment": "系列赛",
"comment": "系列赛",
"engine": "InnoDB",
"engine": "InnoDB",
"characterSet": "utf8mb4",
"characterSet": "utf8mb4",
...
@@ -27578,8 +27271,34 @@
...
@@ -27578,8 +27271,34 @@
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "round_id",
"name": "name",
"type": "bigint",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "轮次名称",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "name"
},
{
"objectType": "TableField_MYSQL",
"name": "type",
"type": "int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -27593,19 +27312,19 @@
...
@@ -27593,19 +27312,19 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
轮次id
",
"comment": "
类型 10 预选赛 20 淘汰赛
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
round_id
"
"oldName": "
type
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "
match_id
",
"name": "
start_time
",
"type": "
bigint
",
"type": "
datetime
",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -27619,19 +27338,123 @@
...
@@ -27619,19 +27338,123 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
比赛id
",
"comment": "
开始时间
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
match_id
"
"oldName": "
start_time
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "area_id",
"name": "map",
"type": "bigint",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "地图key",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "map"
},
{
"objectType": "TableField_MYSQL",
"name": "path",
"type": "varchar",
"length": 255,
"decimals": 0,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "赛道key",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "path"
},
{
"objectType": "TableField_MYSQL",
"name": "distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Null",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "总长度",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "distance"
},
{
"objectType": "TableField_MYSQL",
"name": "climb_distance",
"type": "decimal",
"length": 18,
"decimals": 2,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "爬坡高度",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "climb_distance"
},
{
"objectType": "TableField_MYSQL",
"name": "chance",
"type": "int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -27645,19 +27468,19 @@
...
@@ -27645,19 +27468,19 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
区域id
",
"comment": "
机会次数
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
area_id
"
"oldName": "
chance
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "
record_id
",
"name": "
status
",
"type": "
big
int",
"type": "int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -27671,19 +27494,19 @@
...
@@ -27671,19 +27494,19 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
关联记录id
",
"comment": "
状态 10 未发布 20 已发布
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
record_id
"
"oldName": "
status
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "s
port_user_i
d",
"name": "s
tarte
d",
"type": "bi
gin
t",
"type": "bit",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isUnsigned": false,
...
@@ -27697,18 +27520,70 @@
...
@@ -27697,18 +27520,70 @@
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
玩家id
",
"comment": "
是否开始
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "s
port_user_i
d"
"oldName": "s
tarte
d"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
"name": "duration",
"name": "finished",
"type": "bit",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "轮次是否已完成",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "finished"
},
{
"objectType": "TableField_MYSQL",
"name": "result_confirm",
"type": "bit",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "成绩是否确认",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "result_confirm"
},
{
"objectType": "TableField_MYSQL",
"name": "show_order",
"type": "int",
"type": "int",
"length": -2147483648,
"length": -2147483648,
"decimals": -2147483648,
"decimals": -2147483648,
...
@@ -27719,18 +27594,96 @@
...
@@ -27719,18 +27594,96 @@
"charset": "",
"charset": "",
"collation": "",
"collation": "",
"isNullable": true,
"isNullable": true,
"defaultType": "Null",
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "显示顺序",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "show_order"
},
{
"objectType": "TableField_MYSQL",
"name": "version",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "版本号",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "version"
},
{
"objectType": "TableField_MYSQL",
"name": "deleted",
"type": "tinyint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "0",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "删除标记",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "deleted"
},
{
"objectType": "TableField_MYSQL",
"name": "create_by",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"isAutoInc": false,
"comment": "
比赛用时(秒)
",
"comment": "
创建人
",
"columnFormat": "",
"columnFormat": "",
"storage": "",
"storage": "",
"isVirtual": false,
"isVirtual": false,
"isGeneratedAlways": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "
duration
"
"oldName": "
create_by
"
},
},
{
{
"objectType": "TableField_MYSQL",
"objectType": "TableField_MYSQL",
...
@@ -27757,6 +27710,58 @@
...
@@ -27757,6 +27710,58 @@
"virtualExpr": "",
"virtualExpr": "",
"virtualType": "",
"virtualType": "",
"oldName": "create_time"
"oldName": "create_time"
},
{
"objectType": "TableField_MYSQL",
"name": "update_by",
"type": "bigint",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "",
"isOnUpdateCurrentTimestamp": false,
"isAutoInc": false,
"comment": "修改人",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "update_by"
},
{
"objectType": "TableField_MYSQL",
"name": "update_time",
"type": "datetime",
"length": -2147483648,
"decimals": -2147483648,
"isUnsigned": false,
"isZeroFill": false,
"setEnumValues": "",
"isBinary": false,
"charset": "",
"collation": "",
"isNullable": true,
"defaultType": "Others",
"defaultValue": "CURRENT_TIMESTAMP",
"isOnUpdateCurrentTimestamp": true,
"isAutoInc": false,
"comment": "修改时间",
"columnFormat": "",
"storage": "",
"isVirtual": false,
"isGeneratedAlways": false,
"virtualExpr": "",
"virtualType": "",
"oldName": "update_time"
}
}
],
],
"indexes": [],
"indexes": [],
...
@@ -27960,6 +27965,27 @@
...
@@ -27960,6 +27965,27 @@
"order": "",
"order": "",
"oldName": ""
"oldName": ""
},
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
"objectType": "IndexField_MYSQL",
"name": "",
"keyLength": 0,
"order": "",
"oldName": ""
},
{
{
"objectType": "IndexField_MYSQL",
"objectType": "IndexField_MYSQL",
"name": "",
"name": "",
repository/src/main/java/com/antai/sport/http/server/repository/series/entity/SeriesMatchPlayerRecord.java
View file @
53683e27
...
@@ -143,6 +143,11 @@ public class SeriesMatchPlayerRecord implements Serializable {
...
@@ -143,6 +143,11 @@ public class SeriesMatchPlayerRecord implements Serializable {
*/
*/
private
Integer
status
;
private
Integer
status
;
/**
* 成绩确认状态 10 待确认 20 无效 30已确认未晋级 40晋级
*/
private
Integer
resultConfirmStatus
;
/**
/**
* 是否结束
* 是否结束
*/
*/
...
...
repository/src/main/java/com/antai/sport/http/server/repository/series/entity/SeriesRound.java
View file @
53683e27
...
@@ -89,6 +89,11 @@ public class SeriesRound implements Serializable {
...
@@ -89,6 +89,11 @@ public class SeriesRound implements Serializable {
*/
*/
private
Boolean
finished
;
private
Boolean
finished
;
/**
* 是否已确认成绩
*/
private
Boolean
resultConfirm
;
/**
/**
* 显示顺序
* 显示顺序
*/
*/
...
...
server-api/src/main/java/com/antai/sport/http/server/server/api/business/series/service/SeriesService.java
View file @
53683e27
...
@@ -127,6 +127,7 @@ public class SeriesService {
...
@@ -127,6 +127,7 @@ public class SeriesService {
result
.
setMap
(
seriesRound
.
getMap
());
result
.
setMap
(
seriesRound
.
getMap
());
result
.
setDistance
(
seriesRound
.
getDistance
());
result
.
setDistance
(
seriesRound
.
getDistance
());
result
.
setClimbDistance
(
seriesRound
.
getClimbDistance
());
result
.
setClimbDistance
(
seriesRound
.
getClimbDistance
());
result
.
setResultConfirm
(
seriesRound
.
getResultConfirm
());
result
.
setPathName
(
baseBusinessMapper
.
getMapPathName
(
seriesRound
.
getPath
()));
result
.
setPathName
(
baseBusinessMapper
.
getMapPathName
(
seriesRound
.
getPath
()));
LocalDate
today
=
LocalDate
.
now
();
LocalDate
today
=
LocalDate
.
now
();
...
...
server-api/src/main/java/com/antai/sport/http/server/server/api/business/series/vo/SeriesQualifyingMatchHomeVO.java
View file @
53683e27
...
@@ -14,6 +14,8 @@ public class SeriesQualifyingMatchHomeVO {
...
@@ -14,6 +14,8 @@ public class SeriesQualifyingMatchHomeVO {
private
Integer
chance
;
private
Integer
chance
;
@ApiModelProperty
(
"剩余机会次数"
)
@ApiModelProperty
(
"剩余机会次数"
)
private
Integer
leftChance
;
private
Integer
leftChance
;
@ApiModelProperty
(
"是否也确认成绩"
)
private
Boolean
resultConfirm
;
@ApiModelProperty
(
"最好成绩"
)
@ApiModelProperty
(
"最好成绩"
)
private
Integer
bestResult
;
private
Integer
bestResult
;
@ApiModelProperty
(
"我的排名"
)
@ApiModelProperty
(
"我的排名"
)
...
...
server-api/src/main/java/com/antai/sport/http/server/server/api/business/series/vo/SeriesQualifyingMatchRankVO.java
View file @
53683e27
...
@@ -53,4 +53,6 @@ public class SeriesQualifyingMatchRankVO {
...
@@ -53,4 +53,6 @@ public class SeriesQualifyingMatchRankVO {
private
BigDecimal
fiveMinutesWkg
;
private
BigDecimal
fiveMinutesWkg
;
@ApiModelProperty
(
"20分钟平均最佳功体比"
)
@ApiModelProperty
(
"20分钟平均最佳功体比"
)
private
BigDecimal
twentyMinutesWkg
;
private
BigDecimal
twentyMinutesWkg
;
@ApiModelProperty
(
"成绩确认状态 10 待确认 20 无效 30已确认未晋级 40晋级"
)
private
Integer
resultConfirmStatus
;
}
}
server-api/src/main/java/com/antai/sport/http/server/server/api/business/series/vo/SeriesRoundVO.java
View file @
53683e27
...
@@ -23,4 +23,6 @@ public class SeriesRoundVO {
...
@@ -23,4 +23,6 @@ public class SeriesRoundVO {
private
Boolean
started
;
private
Boolean
started
;
@ApiModelProperty
(
"是否已结束"
)
@ApiModelProperty
(
"是否已结束"
)
private
Boolean
finished
;
private
Boolean
finished
;
@ApiModelProperty
(
"是否已确认成绩"
)
private
Boolean
resultConfirm
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment