Commit 3225594a authored by shiyu's avatar shiyu

换藏订单数量

parent 235a8dee
......@@ -205,6 +205,7 @@ public class SelfPageServiceImpl implements SelfPageService {
exchangeOrderNumList.add(distributionOrderNum);
}
}
exchangeOrderNumList = exchangeOrderNumList.stream().sorted(Comparator.comparing(DistributionOrderNum::getState)).collect(Collectors.toList());
selfPageInfoVo.setExchangeOrderNum(exchangeOrderNumList);
//统计申请单数量,我提交的和我收到的
......
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