|
@@ -1119,6 +1119,7 @@ public class NoCarServiceImpl implements NoCarService {
|
|
|
* @return
|
|
|
*/
|
|
|
@Override
|
|
|
+ @Transactional(isolation = Isolation.READ_COMMITTED,rollbackFor=Exception.class)
|
|
|
public RespR getInvoiceByWayBillOwnerNumReal(NoCarWayBill noCarWayBill, boolean isInterface) {
|
|
|
log.info("取票啦:NoCarServiceImpl.getInvoiceByWayBillNumReal{},isCurr{}", noCarWayBill, isInterface);
|
|
|
if(noCarWayBill.getBillwayStatus() == 3){
|
|
@@ -1136,7 +1137,7 @@ public class NoCarServiceImpl implements NoCarService {
|
|
|
waybillNumFindInvoiceRequest.setWaybillNum(newBillNum);
|
|
|
RespR<WaybillNumFindInvoiceResponse> responseRespRrec = noCarInterface.waybillNumFindInvoice(waybillNumFindInvoiceRequest);
|
|
|
if (responseRespRrec.getCode() == 1) {
|
|
|
- log.info("取票失败啦:NoCarServiceImpl.getInvoiceByWayBillNumReal{},isCurr{},msg{}", noCarWayBill, isInterface, responseRespR.getMsg());
|
|
|
+ log.info("取票失败啦:AAAAAA:{}",noCarWayBill.getBillNum());
|
|
|
}else{
|
|
|
if(responseRespR == null){
|
|
|
responseRespR = responseRespRrec;
|
|
@@ -1163,7 +1164,7 @@ public class NoCarServiceImpl implements NoCarService {
|
|
|
}
|
|
|
|
|
|
if (responseRespR.getCode() == 1) {
|
|
|
- log.info("取票失败啦:NoCarServiceImpl.getInvoiceByWayBillNumReal{},isCurr{},msg{}", noCarWayBill, isInterface, responseRespR.getMsg());
|
|
|
+ log.info("取票失败啦:AAAAAA:{}",noCarWayBill.getBillNum());
|
|
|
return new RespR(false, responseRespR.getMsg());
|
|
|
} else {
|
|
|
int tempStatus = responseRespR.getData().getWaybillStatus().intValue();
|