Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
10e0273d
Commit
10e0273d
authored
Mar 08, 2022
by
wenyang
Committed by
jianan
Mar 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发佣检核保单报表优化-3
parent
5e6bb24e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsFortuneServiceImpl.java
+2
-8
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
+0
-0
No files found.
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsFortuneServiceImpl.java
View file @
10e0273d
...
...
@@ -988,7 +988,7 @@ public class AgmsFortuneServiceImpl implements AgmsFortuneService {
}
private
void
generateSheet2
(
XSSFWorkbook
wkb
,
List
<
Long
>
fortuneIdList
,
List
<
Long
>
fortuneIdList2
)
{
XSSFSheet
sheet2
=
wkb
.
createSheet
(
"保单
发佣
清算明细报表"
);
XSSFSheet
sheet2
=
wkb
.
createSheet
(
"保单清算明细报表"
);
// 1.设置表头
String
[]
columnName
=
new
String
[]{
"序号"
,
"对账月"
,
"投保人"
,
"保单号"
,
"保司"
,
"保费"
,
"产品"
,
"承保时间"
,
"年期"
,
"FYC%"
,
"业绩折标率%"
,
"分佣%"
,
"业绩%"
,
"RYC%"
,
"保单FYC"
,
"佣金FYC"
,
"业绩FYC"
,
"保单RYC"
,
"佣金RYC"
,
"渠道"
,
...
...
@@ -1052,8 +1052,6 @@ public class AgmsFortuneServiceImpl implements AgmsFortuneService {
AclPractitioner
practitioner
=
null
;
//所属体系
AclPractitionerSubordinateSystem
subordinateSystem
=
null
;
//数据字典
MdDropOptions
dropOptions
=
null
;
Map
<
String
,
Object
>
item
=
null
;
for
(
int
i
=
0
;
i
<
list
.
size
();
i
++)
{
...
...
@@ -1063,11 +1061,7 @@ public class AgmsFortuneServiceImpl implements AgmsFortuneService {
subordinateSystem
=
subordinateSystemMap
.
get
(
Long
.
valueOf
(
item
.
get
(
"19"
).
toString
()));
item
.
put
(
"19"
,
subordinateSystem
!=
null
?
subordinateSystem
.
getName
()
:
null
);
}
//经纪人职级 [21]
if
(
null
!=
item
.
get
(
"21"
)
&&
StringUtils
.
isNotBlank
(
item
.
get
(
"21"
).
toString
()))
{
dropOptions
=
systemConfigService
.
getDropOptionInfo
(
"practitioner_level"
,
item
.
get
(
"21"
).
toString
(),
"practitioner_level"
);
item
.
put
(
"21"
,
dropOptions
!=
null
?
dropOptions
.
getDropOptionName
()
:
null
);
}
//续期辅导人 [25]
if
(
null
!=
item
.
get
(
"25"
)
&&
StringUtils
.
isNotBlank
(
item
.
get
(
"25"
).
toString
()))
{
String
[]
ids
=
item
.
get
(
"25"
).
toString
().
split
(
","
);
...
...
yd-api/src/main/resources/mapper/agms/AgmsFortuneMapper.xml
View file @
10e0273d
This diff is collapsed.
Click to expand it.
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