记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
3f401bd6
Commit
3f401bd6
authored
Sep 26, 2021
by
anjiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交chime社交相关
parent
f2843d7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
performanceData.html
...rces/templates/zhengzai/kylin/report/performanceData.html
+8
-3
ReportPerformanceMapper.xml
...iquidnet.service.kylin.mapper/ReportPerformanceMapper.xml
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/report/performanceData.html
View file @
3f401bd6
...
@@ -460,7 +460,7 @@
...
@@ -460,7 +460,7 @@
// console.log("value[0]==="+value[0]);
// console.log("value[0]==="+value[0]);
let
name
=
settingArr
.
map
(
item
=>
{
let
name
=
settingArr
.
map
(
item
=>
{
return
item
.
age
;
return
item
.
age
+
""
;
})
})
// console.log("name.length==="+name.length);
// console.log("name.length==="+name.length);
// console.log("name[0]==="+name[0]);
// console.log("name[0]==="+name[0]);
...
@@ -506,8 +506,13 @@
...
@@ -506,8 +506,13 @@
xAxis
:
[
xAxis
:
[
{
{
type
:
'category'
,
type
:
'category'
,
data
:
name
,
data
:
name
minInterval
:
1
//去掉小数
// minInterval: 0 //去掉小数
// axisLabel: {
// formatter: function (v) {
// return parseInt(v)//表示整数。其他数值类型以此类推
// }
// }
}
}
],
],
yAxis
:
[
yAxis
:
[
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/resources/com.liquidnet.service.kylin.mapper/ReportPerformanceMapper.xml
View file @
3f401bd6
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<select
id=
"getAgeDataList"
parameterType=
"java.lang.String"
resultMap=
"getAgeDataListResult"
>
<select
id=
"getAgeDataList"
parameterType=
"java.lang.String"
resultMap=
"getAgeDataListResult"
>
select * from (
select * from (
SELECT kotr.performance_id AS 'performance_id',
SELECT kotr.performance_id AS 'performance_id',
substr(curdate(), 1, 4) - substr(kote.enter_id_code, 7, 4)
age,
CONCAT(substr(curdate(), 1, 4) - substr(kote.enter_id_code, 7, 4),'')
age,
count(1) total_number
count(1) total_number
FROM kylin_order_ticket_relations kotr
FROM kylin_order_ticket_relations kotr
inner join kylin_order_tickets AS kot on kotr.order_id = kot.order_tickets_id
inner join kylin_order_tickets AS kot on kotr.order_id = kot.order_tickets_id
...
...
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