Parcourir la source

后端代码提交

mashengyi il y a 3 ans
Parent
commit
1cebe1a2e6

+ 4 - 0
src/main/java/com/jkcredit/invoice/service/nocar/impl/NoCarBillWayServiceImpl.java

@@ -148,9 +148,13 @@ public class NoCarBillWayServiceImpl extends ServiceImpl<NoCarWaybillMapper,NoCa
                 respR = noCarService.noCarHisWaybillEnd(noCarWayBill);
                 if(respR.getCode() == 1){
                     stringBuffer.append("#").append(noCarWayBill.getBillNum()).append(":").append(respR.getMsg()).append("#");
+                }else{
+                    //取发票
+                    noCarService.getInvoiceByWayBillNumReal(noCarWayBill,true);
                 }
             }
 
+
         });
         if(!StringUtils.isEmpty(stringBuffer.toString())){
             return new RespR(false,stringBuffer.toString());