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
ecb3b9f4
Commit
ecb3b9f4
authored
Sep 02, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改报表1填入改善提升值逻辑以及地区评分表的set入机构编码code
parent
2dfe624e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ScoreRuleService.java
...mobile/indicators/service/hytobacco/ScoreRuleService.java
+1
-0
IndicatorsReportService.java
...le/indicators/service/report/IndicatorsReportService.java
+2
-1
No files found.
src/main/java/com/keymobile/indicators/service/hytobacco/ScoreRuleService.java
View file @
ecb3b9f4
...
@@ -393,6 +393,7 @@ public class ScoreRuleService {
...
@@ -393,6 +393,7 @@ public class ScoreRuleService {
if
(
objScoreCalResult
==
null
)
{
if
(
objScoreCalResult
==
null
)
{
objScoreCalResult
=
new
ObjScoreCalResult
();
objScoreCalResult
=
new
ObjScoreCalResult
();
}
}
objScoreCalResult
.
setCode
(
code
);
//计算类型:0 地区所有纳入评价的考核指标平均数
//计算类型:0 地区所有纳入评价的考核指标平均数
if
(
"0"
.
equals
(
scoreRule
.
getCalType
()))
{
if
(
"0"
.
equals
(
scoreRule
.
getCalType
()))
{
objScoreCalResult
=
this
.
calGroupIndAverageOrSum
(
objScoreCalResult
,
scoreRule
,
objScoreCalResult
=
this
.
calGroupIndAverageOrSum
(
objScoreCalResult
,
scoreRule
,
...
...
src/main/java/com/keymobile/indicators/service/report/IndicatorsReportService.java
View file @
ecb3b9f4
...
@@ -892,7 +892,8 @@ public class IndicatorsReportService {
...
@@ -892,7 +892,8 @@ public class IndicatorsReportService {
if
(
StringUtils
.
isNotBlank
(
calData
.
getScore
()))
{
if
(
StringUtils
.
isNotBlank
(
calData
.
getScore
()))
{
indReportData
.
setCurrentScore
(
new
BigDecimal
(
calData
.
getScore
()));
indReportData
.
setCurrentScore
(
new
BigDecimal
(
calData
.
getScore
()));
}
}
if
(
StringUtils
.
isNotBlank
(
calData
.
getImproveScore
()))
{
if
(
StringUtils
.
isNotBlank
(
calData
.
getImproveScore
())
&&
!
"No"
.
equals
(
calData
.
getImproveScore
()))
{
indReportData
.
setCurrentImprove
(
new
BigDecimal
(
calData
.
getImproveScore
()));
indReportData
.
setCurrentImprove
(
new
BigDecimal
(
calData
.
getImproveScore
()));
}
}
//查找同期结果
//查找同期结果
...
...
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