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
cc63f81f
Commit
cc63f81f
authored
May 19, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agms分公司寿险数据排序问题1
parent
8a5ea366
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsDashboardServiceImpl.java
+2
-3
No files found.
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsDashboardServiceImpl.java
View file @
cc63f81f
...
@@ -117,8 +117,6 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
...
@@ -117,8 +117,6 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
List
<
StatisticsSalesInfo
>
statisticsSalesInfos
=
null
;
List
<
StatisticsSalesInfo
>
statisticsSalesInfos
=
null
;
try
{
try
{
if
(
"life"
.
equals
(
category
))
{
//寿险
if
(
"life"
.
equals
(
category
))
{
//寿险
// statisticsSalesInfos = agmsDashboardDALService.statisticsSalesEG(type, time);
// 查询N22接口获取寿险数据
// 查询N22接口获取寿险数据
statisticsSalesInfos
=
this
.
statisticsSalesN22
(
category
,
type
,
time
);
statisticsSalesInfos
=
this
.
statisticsSalesN22
(
category
,
type
,
time
);
...
@@ -206,11 +204,12 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
...
@@ -206,11 +204,12 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
if
(
"life"
.
equals
(
category
))
{
if
(
"life"
.
equals
(
category
))
{
if
(
"b"
.
equals
(
type
))
{
if
(
"b"
.
equals
(
type
))
{
searchStaffAchievementRequestBody
.
setSearchtype
(
"3"
);
searchStaffAchievementRequestBody
.
setSearchtype
(
"3"
);
searchStaffAchievementRequestBody
.
setIsdown
(
"1"
);
String
organizationIds
=
systemConfigService
.
getSingleConfigValue
(
"N22_Organization_ID"
);
String
organizationIds
=
systemConfigService
.
getSingleConfigValue
(
"N22_Organization_ID"
);
// 机构数据根据机构id循环调接口查询
// 机构数据根据机构id循环调接口查询
for
(
String
organizationId
:
organizationIds
.
split
(
","
)){
for
(
String
organizationId
:
organizationIds
.
split
(
","
)){
searchStaffAchievementRequestBody
.
setIsdown
(
"1"
);
searchStaffAchievementRequestBody
.
setOrganization_id
(
organizationId
);
searchStaffAchievementRequestBody
.
setOrganization_id
(
organizationId
);
searchStaffAchievementResponseVO
=
n22SalaryService
.
searchStaffAchievement
(
searchStaffAchievementRequestBody
);
searchStaffAchievementResponseVO
=
n22SalaryService
.
searchStaffAchievement
(
searchStaffAchievementRequestBody
);
...
...
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