新增排序
This commit is contained in:
parent
c1b2458d2e
commit
e002d90778
|
|
@ -119,7 +119,8 @@ public class PurchaseServiceImpl implements PurchaseService {
|
|||
} catch (Exception e) {
|
||||
log.error(e.toString(), e);
|
||||
}
|
||||
|
||||
//根据lastDay进行
|
||||
Collections.sort(list, Comparator.comparing(PurchaseVo::getLastDay).reversed());
|
||||
return list;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue