Commit 8055cf22 by jianan

agms团队寿险数据问题8

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