|
|
@ -253,7 +253,12 @@ public class DomesticInvoiceDrawbackServiceImpl implements DomesticInvoiceDrawba |
|
|
|
vo.setSelected("0"); |
|
|
|
vo.setSelected("0"); |
|
|
|
return vo; |
|
|
|
return vo; |
|
|
|
} |
|
|
|
} |
|
|
|
String uuid = dto.getInvoiceCode() + dto.getInvoiceNo(); |
|
|
|
String uuid =""; |
|
|
|
|
|
|
|
if(dto.getInvoiceCode()!=null){ |
|
|
|
|
|
|
|
uuid= dto.getInvoiceCode() + dto.getInvoiceNo(); |
|
|
|
|
|
|
|
}else { |
|
|
|
|
|
|
|
uuid = dto.getInvoiceNo(); |
|
|
|
|
|
|
|
} |
|
|
|
List<TdxRecordInvoice> tdxRecordInvoices = |
|
|
|
List<TdxRecordInvoice> tdxRecordInvoices = |
|
|
|
domesticRecordInvoiceDao.selectByUuidList(Collections.singletonList(uuid)); |
|
|
|
domesticRecordInvoiceDao.selectByUuidList(Collections.singletonList(uuid)); |
|
|
|
// 底账信息查询
|
|
|
|
// 底账信息查询
|
|
|
@ -535,4 +540,5 @@ public class DomesticInvoiceDrawbackServiceImpl implements DomesticInvoiceDrawba |
|
|
|
return business.stream().filter(b -> deptId.equals(b.getBusinessCode())).findFirst() |
|
|
|
return business.stream().filter(b -> deptId.equals(b.getBusinessCode())).findFirst() |
|
|
|
.map(Business::getBusinessName).orElse(null); |
|
|
|
.map(Business::getBusinessName).orElse(null); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|