mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-12 01:58:00 +08:00
update
This commit is contained in:
@@ -1165,7 +1165,7 @@ public class OrderService {
|
|||||||
|
|
||||||
// 过滤掉订单金额为0的
|
// 过滤掉订单金额为0的
|
||||||
orderList = orderList.stream()
|
orderList = orderList.stream()
|
||||||
.filter(x -> x.getOrderAmount().compareTo(BigDecimal.ZERO) > 0)
|
.filter(x -> x.getSettleAmount().compareTo(BigDecimal.ZERO) > 0)
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
if (CollectionUtils.isEmpty(orderList)) {
|
if (CollectionUtils.isEmpty(orderList)) {
|
||||||
return orderList;
|
return orderList;
|
||||||
|
|||||||
Reference in New Issue
Block a user