|
@@ -144,7 +144,7 @@ public class NoCarServiceImpl implements NoCarService{
|
|
customerCarRec.setFailReason(respR.getMsg());
|
|
customerCarRec.setFailReason(respR.getMsg());
|
|
customerCarRec.setFailTime(DateUtil.getCurrentDateStr());
|
|
customerCarRec.setFailTime(DateUtil.getCurrentDateStr());
|
|
} else {
|
|
} else {
|
|
- respRResult = respR.getData();//车辆备案成功
|
|
|
|
|
|
+ respRResult = respR.getData().toString();//车辆备案成功
|
|
customerCarRec.setRecStatus(CommonConstants.REC_STATUS_SUC);
|
|
customerCarRec.setRecStatus(CommonConstants.REC_STATUS_SUC);
|
|
customerCarRec.setSuccTime(DateUtil.getCurrentDateStr());
|
|
customerCarRec.setSuccTime(DateUtil.getCurrentDateStr());
|
|
}
|
|
}
|
|
@@ -546,9 +546,8 @@ public class NoCarServiceImpl implements NoCarService{
|
|
if(noCarCalculateInfor!=null){
|
|
if(noCarCalculateInfor!=null){
|
|
billInvoice.setCalculateTime(noCarCalculateInfor.getCalculateTime());
|
|
billInvoice.setCalculateTime(noCarCalculateInfor.getCalculateTime());
|
|
}else{
|
|
}else{
|
|
- if(carCalculateInfors.add(calculateInfor)){
|
|
|
|
- billInvoice.setCalculateTime(calculateInfor.getCalculateTime());
|
|
|
|
- }
|
|
|
|
|
|
+ carCalculateInfors.add(calculateInfor);
|
|
|
|
+ billInvoice.setCalculateTime(calculateInfor.getCalculateTime());
|
|
}
|
|
}
|
|
|
|
|
|
billInvoiceMapper.insert(billInvoice);
|
|
billInvoiceMapper.insert(billInvoice);
|