Commit cc63f81f by jianan

agms分公司寿险数据排序问题1

parent 8a5ea366
...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment