Commit deaefb84 by akexiu

Merge remote-tracking branch 'origin/dev' into dev

parents 1fd04e6c f58eea4f
...@@ -122,6 +122,7 @@ public class AgmsDashboardDALServiceImpl implements AgmsDashboardDALService { ...@@ -122,6 +122,7 @@ public class AgmsDashboardDALServiceImpl implements AgmsDashboardDALService {
} else { } else {
// 新体系 // 新体系
List<Map<String, Object>> teamMapList = agmsDashboardDALService.queryTeamAllMap(); List<Map<String, Object>> teamMapList = agmsDashboardDALService.queryTeamAllMap();
teamMapList= teamMapList.stream().filter((Map<String, Object> i) -> i.size()==2).collect(Collectors.toList()); teamMapList= teamMapList.stream().filter((Map<String, Object> i) -> i.size()==2).collect(Collectors.toList());
return agmsDashboardMapper.statisticsOpportunityTeam(type, time, dropOptionId, teamMapList); return agmsDashboardMapper.statisticsOpportunityTeam(type, time, dropOptionId, teamMapList);
} }
......
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