Browse Source

20211129后端更新代码_1

mashengyi 3 years ago
parent
commit
31d2d43156

+ 1 - 1
src/main/java/com/jkcredit/invoice/service/lowerService/impl/NoCarServiceImpl.java

@@ -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();