Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IncomeCalculator
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
neel
IncomeCalculator
Commits
b7b11c9d
Commit
b7b11c9d
authored
May 04, 2020
by
neel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WFYC_L1 & WFYC_L2 changes
parent
18042794
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/main/java/com/ic/modules/auth/service/impl/LeaderCalcServiceImpl.java
+2
-2
No files found.
src/main/java/com/ic/modules/auth/service/impl/LeaderCalcServiceImpl.java
View file @
b7b11c9d
...
...
@@ -264,7 +264,7 @@ public class LeaderCalcServiceImpl implements LeaderCalcService {
EARNING_L1
.
put
(
"WFYC_L1"
,
"0"
);
}
else
{
EARNING_L1
.
put
(
"WFYC_L1"
,
Multiplication
(
AGENT_FYC_25_L1
,
FYC_CREDIT_L1
,
1
));
EARNING_L1
.
put
(
"WFYC_L1"
,
((
AGENT_FYC_25_L1
*
FYC_CREDIT_L1
)/
100
));
}
double
WFYC_L1
=
EARNING_L1
.
getDouble
(
"WFYC_L1"
);
...
...
@@ -273,7 +273,7 @@ public class LeaderCalcServiceImpl implements LeaderCalcService {
EARNING_L2
.
put
(
"WFYC_L2"
,
"0"
);
}
else
{
EARNING_L2
.
put
(
"WFYC_L2"
,
Multiplication
(
AGENT_FYC_25_L2
,
FYC_CREDIT_L2
,
1
));
EARNING_L2
.
put
(
"WFYC_L2"
,
((
AGENT_FYC_25_L2
*
FYC_CREDIT_L2
)/
100
));
}
double
WFYC_L2
=
EARNING_L2
.
getDouble
(
"WFYC_L2"
);
...
...
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