Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sportsschoolserver
Overview
Overview
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
node_server
sportsschoolserver
Commits
49238be9
Commit
49238be9
authored
Nov 12, 2021
by
chenjinjing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://123.207.147.179:8888/node_server/sportsschoolserver
parents
dd5a305f
9d7d1a13
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
xsxxfxData.ts
src/data/xsxxfxData.ts
+8
-4
No files found.
src/data/xsxxfxData.ts
View file @
49238be9
...
@@ -161,6 +161,10 @@ export async function get单前比赛对局时间节点(mid) {
...
@@ -161,6 +161,10 @@ export async function get单前比赛对局时间节点(mid) {
resultList
.
push
({
resultList
.
push
({
key
:
`第
${
key
}
局`
,
key
:
`第
${
key
}
局`
,
rid
:
parseInt
(
key
),
rid
:
parseInt
(
key
),
selfScore
:
10
,
opponentScore
:
9
,
selfSuccess
:
"胜"
,
opponentSuccess
:
"负"
,
value
:
Object
.
values
(
rankMap
[
key
])
value
:
Object
.
values
(
rankMap
[
key
])
});
});
}
}
...
@@ -172,20 +176,20 @@ export async function get图表(mid, rid, gid) {
...
@@ -172,20 +176,20 @@ export async function get图表(mid, rid, gid) {
const
sqlInfo
=
{
const
sqlInfo
=
{
"左侧爆发能量"
:{
"左侧爆发能量"
:{
sql
:
"select * from left_power where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
sql
:
"select * from left_power where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
keyInfo
:{
"self"
:
"
SELF_
LEFT_POWER"
,
"time"
:
"TIME_LEFT"
}
keyInfo
:{
"self"
:
"LEFT_POWER"
,
"time"
:
"TIME_LEFT"
}
},
},
"右侧爆发能量"
:{
"右侧爆发能量"
:{
sql
:
"select * from right_power where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
sql
:
"select * from right_power where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
keyInfo
:{
"self"
:
"
SELF_
RIGHT_POWER"
,
"time"
:
"TIME_RIGHT"
}
keyInfo
:{
"self"
:
"RIGHT_POWER"
,
"time"
:
"TIME_RIGHT"
}
},
},
"左侧球移动速度"
:{
"左侧球移动速度"
:{
sql
:
"select * from left_ballmove where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
sql
:
"select * from left_ballmove where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
keyInfo
:{
"self"
:
"
SELF_
LEFT_BALLMOVE"
,
"time"
:
"TIME_LEFT"
}
keyInfo
:{
"self"
:
"LEFT_BALLMOVE"
,
"time"
:
"TIME_LEFT"
}
},
},
"右侧球移动速度"
:{
"右侧球移动速度"
:{
sql
:
"select * from right_ballmove where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
sql
:
"select * from right_ballmove where m_id = Placeholder1 and r_id = Placeholder2 and g_id = Placeholder3"
,
keyInfo
:{
"self"
:
"
SELF_
RIGHT_BALLMOVE"
,
"time"
:
"TIME_RIGHT"
}
keyInfo
:{
"self"
:
"RIGHT_BALLMOVE"
,
"time"
:
"TIME_RIGHT"
}
}
}
};
};
let
result
=
{};
let
result
=
{};
...
...
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