|
@@ -572,6 +572,10 @@ public class NoCarServiceImpl implements NoCarService{
|
|
@Override
|
|
@Override
|
|
@Transactional(isolation= Isolation.READ_COMMITTED)
|
|
@Transactional(isolation= Isolation.READ_COMMITTED)
|
|
public RespR getInvoiceByWayBillNumReal(NoCarWayBill noCarWayBill, boolean isInterface) {
|
|
public RespR getInvoiceByWayBillNumReal(NoCarWayBill noCarWayBill, boolean isInterface) {
|
|
|
|
+ boolean isKf = true;
|
|
|
|
+ if(noCarWayBill.getInterType() == 3 || noCarWayBill.getInterType()==5){
|
|
|
|
+ isKf = false;
|
|
|
|
+ }
|
|
log.info("取票啦:NoCarServiceImpl.getInvoiceByWayBillNumReal{},isCurr{}",noCarWayBill,isInterface);
|
|
log.info("取票啦:NoCarServiceImpl.getInvoiceByWayBillNumReal{},isCurr{}",noCarWayBill,isInterface);
|
|
if(isInterface && noCarWayBill.getBillwayStatus()!=-5){
|
|
if(isInterface && noCarWayBill.getBillwayStatus()!=-5){
|
|
if(noCarWayBill.getBillwayStatus() == 1 || noCarWayBill.getBillwayStatus() == 2 || noCarWayBill.getBillwayStatus() == 3 || noCarWayBill.getBillwayStatus() == 4){
|
|
if(noCarWayBill.getBillwayStatus() == 1 || noCarWayBill.getBillwayStatus() == 2 || noCarWayBill.getBillwayStatus() == 3 || noCarWayBill.getBillwayStatus() == 4){
|
|
@@ -604,6 +608,7 @@ public class NoCarServiceImpl implements NoCarService{
|
|
}else{
|
|
}else{
|
|
int tempStatus = responseRespR.getData().getWaybillStatus().intValue();
|
|
int tempStatus = responseRespR.getData().getWaybillStatus().intValue();
|
|
if(noCarWayBill.getBillwayStatus()==-5){
|
|
if(noCarWayBill.getBillwayStatus()==-5){
|
|
|
|
+ noCarWayBill.setInterType(0);
|
|
noCarWayBill.setPlateNum(responseRespR.getData().getPlateNum());
|
|
noCarWayBill.setPlateNum(responseRespR.getData().getPlateNum());
|
|
noCarWayBill.setStartTime(DateUtil.tTimeToDate(responseRespR.getData().getWaybillStartTime()));
|
|
noCarWayBill.setStartTime(DateUtil.tTimeToDate(responseRespR.getData().getWaybillStartTime()));
|
|
noCarWayBill.setPredictEndTime(DateUtil.tTimeToDate(responseRespR.getData().getWaybillEndTime()));
|
|
noCarWayBill.setPredictEndTime(DateUtil.tTimeToDate(responseRespR.getData().getWaybillEndTime()));
|
|
@@ -666,6 +671,7 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
|
|
|
|
|
|
|
});
|
|
});
|
|
|
|
+ if(isKf)
|
|
customerMapper.updateByPrimaryKeySelective(customer);
|
|
customerMapper.updateByPrimaryKeySelective(customer);
|
|
|
|
|
|
}
|
|
}
|