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