demand: 月结客户达标统计时间段格式改为yyyy-MM
This commit is contained in:
parent
a1ffe2d9b5
commit
5582cb534d
@ -595,8 +595,8 @@ public class EmisCustomerUserServiceImpl extends EmisBaseService implements IEmi
|
||||
|
||||
for (Map.Entry<String, List<MonthlyCustomerShipmentStatVO>> entry : customerMap.entrySet()) {
|
||||
List<MonthlyCustomerShipmentStatVO> customerMonths = entry.getValue();
|
||||
// 按月份排序(升序)
|
||||
customerMonths.sort(Comparator.comparing(MonthlyCustomerShipmentStatVO::getSendMonth));
|
||||
// 按月份排序(降序)
|
||||
customerMonths.sort(Comparator.comparing(MonthlyCustomerShipmentStatVO::getSendMonth).reversed());
|
||||
|
||||
switch (complianceStatType) {
|
||||
case "3":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user