Commit 5f40c59a by jianan

agms团队寿险数据问题8

parent bb182e2e
...@@ -151,7 +151,7 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService { ...@@ -151,7 +151,7 @@ public class AgmsDashboardServiceImpl implements AgmsDashboardService {
agmsDashboardDALService.getUnitPremium(infoList); agmsDashboardDALService.getUnitPremium(infoList);
// 4.排序 // 4.排序
infoList.sort(Comparator.comparing(StatisticsSalesInfo::getFyc).reversed()); infoList.sort(Comparator.comparingDouble(StatisticsSalesInfo::getFyc).reversed());
return infoList; return infoList;
} }
......
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