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