mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 查询用户可申请开票的订单列表
This commit is contained in:
@@ -994,6 +994,9 @@ public class OrderService {
|
||||
orderList = orderList.stream()
|
||||
.filter(x -> x.getOrderAmount().compareTo(BigDecimal.ZERO) > 0)
|
||||
.collect(Collectors.toList());
|
||||
if (CollectionUtils.isEmpty(orderList)) {
|
||||
return orderList;
|
||||
}
|
||||
|
||||
// 查询最近60天申请开票记录
|
||||
QueryInvoiceRecordDTO build = QueryInvoiceRecordDTO.builder()
|
||||
|
||||
Reference in New Issue
Block a user