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
6a533192
Commit
6a533192
authored
Sep 18, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复运算前删除历史数据接口bug
parent
a5439382
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DriveIndCalResultService.java
...ndicators/service/hytobacco/DriveIndCalResultService.java
+1
-1
No files found.
src/main/java/com/keymobile/indicators/service/hytobacco/DriveIndCalResultService.java
View file @
6a533192
...
@@ -94,12 +94,12 @@ public class DriveIndCalResultService {
...
@@ -94,12 +94,12 @@ public class DriveIndCalResultService {
Integer
sameDate
=
null
;
Integer
sameDate
=
null
;
//将对标单元的日期改成同期
//将对标单元的日期改成同期
for
(
CompareUnitDef
unitDef
:
compareUnitList
)
{
for
(
CompareUnitDef
unitDef
:
compareUnitList
)
{
currentDate
=
unitDef
.
getDate
();
Integer
date
=
unitDef
.
getDate
()-
100
;
Integer
date
=
unitDef
.
getDate
()-
100
;
unitDef
.
setDate
(
date
);
unitDef
.
setDate
(
date
);
sameCompareUnitList
.
add
(
unitDef
);
sameCompareUnitList
.
add
(
unitDef
);
compareIds
.
add
(
unitDef
.
getCompareId
());
compareIds
.
add
(
unitDef
.
getCompareId
());
currentDate
=
unitDef
.
getDate
();
sameDate
=
date
;
sameDate
=
date
;
}
}
//对标运算前先删除相关旧数据
//对标运算前先删除相关旧数据
...
...
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