Commit cc63f81f by jianan

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

parent 8a5ea366
......@@ -117,8 +117,6 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
List<StatisticsSalesInfo> statisticsSalesInfos = null;
try {
if ("life".equals(category)) {//寿险
// statisticsSalesInfos = agmsDashboardDALService.statisticsSalesEG(type, time);
// 查询N22接口获取寿险数据
statisticsSalesInfos = this.statisticsSalesN22(category, type, time);
......@@ -206,11 +204,12 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
if ("life".equals(category)) {
if ("b".equals(type)) {
searchStaffAchievementRequestBody.setSearchtype("3");
searchStaffAchievementRequestBody.setIsdown("1");
String organizationIds = systemConfigService.getSingleConfigValue("N22_Organization_ID");
// 机构数据根据机构id循环调接口查询
for (String organizationId :organizationIds.split(",")){
searchStaffAchievementRequestBody.setIsdown("1");
searchStaffAchievementRequestBody.setOrganization_id(organizationId);
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