@@ -2406,7 +2406,7 @@ public class ExportServiceImpl implements ExportService {
return;
}
- if(detailList.stream().anyMatch(e-> e.getIncome().compareTo(BigDecimal.ZERO) == 0)){
+ if(!detailList.stream().anyMatch(e-> e.getIncome().compareTo(BigDecimal.ZERO) == 0)){
//订单详情去除余额部分