|
@@ -544,7 +544,7 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
|
|
|
}
|
|
|
|
|
|
- return new RespR(false,"未获取到发票,请联系管理员");
|
|
|
+ return new RespR(false,responseRespR.getData());
|
|
|
}
|
|
|
public BillInvoice buildFromInvoiceProcessingListModel(InvoiceProcessingListModel invoiceProcessingListModel){
|
|
|
BillInvoice billInvoice = new BillInvoice();
|