Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
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
zhangkb
indicators
Commits
547a31be
Commit
547a31be
authored
Sep 11, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改报表3数据生成
parent
fd467a0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
IndicatorsReportService.java
...le/indicators/service/report/IndicatorsReportService.java
+1
-2
No files found.
src/main/java/com/keymobile/indicators/service/report/IndicatorsReportService.java
View file @
547a31be
...
@@ -134,9 +134,9 @@ public class IndicatorsReportService {
...
@@ -134,9 +134,9 @@ public class IndicatorsReportService {
public
void
dealDriveIndReportThreeData
(
String
compareId
,
List
<
String
>
indIds
,
public
void
dealDriveIndReportThreeData
(
String
compareId
,
List
<
String
>
indIds
,
Integer
date
,
String
code
)
throws
Exception
{
Integer
date
,
String
code
)
throws
Exception
{
List
<
IndicatorsReportThree
>
dataList
=
new
ArrayList
<>();
String
type
=
this
.
getCompareType
(
date
);
String
type
=
this
.
getCompareType
(
date
);
for
(
String
indId
:
indIds
)
{
for
(
String
indId
:
indIds
)
{
List
<
IndicatorsReportThree
>
dataList
=
new
ArrayList
<>();
Map
<
String
,
String
>
improveValue
=
new
HashMap
<>();
//定义存储地区指标增幅,用于排名使用
Map
<
String
,
String
>
improveValue
=
new
HashMap
<>();
//定义存储地区指标增幅,用于排名使用
String
indRule
=
null
;
String
indRule
=
null
;
String
growCalType
=
null
;
String
growCalType
=
null
;
...
@@ -249,7 +249,6 @@ public class IndicatorsReportService {
...
@@ -249,7 +249,6 @@ public class IndicatorsReportService {
dataList
=
this
.
fillImproveHeadAndAfterCount
(
resultRank
,
dataList
,
1
,
code
);
dataList
=
this
.
fillImproveHeadAndAfterCount
(
resultRank
,
dataList
,
1
,
code
);
this
.
batchSaveOrUpdateReportThree
(
dataList
);
this
.
batchSaveOrUpdateReportThree
(
dataList
);
}
}
Thread
.
sleep
(
2000
);
}
}
}
}
...
...
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