|
|
|
@ -280,6 +280,7 @@ public class AisinoConsoleInvoiceApiServiceImpl implements IInvoiceApiService { |
|
|
|
|
String hisInvoceTypeTemp = CovertInvoiceTypeReverse(aisinoConsoleInvoiceAddVO.getHisInfoKind()); |
|
|
|
|
invoice.setInvoiceType(hisInvoceTypeTemp); |
|
|
|
|
invoice.setBillInfoId(billInfo.getId()); |
|
|
|
|
invoice.setKprq(aisinoConsoleInvoiceAddVO.getInfoDate()); |
|
|
|
|
|
|
|
|
|
long id = 0L; |
|
|
|
|
QueryWrapper<Invoice> invoiceQueryWrapper = new QueryWrapper<>(); |
|
|
|
|