|
@@ -195,7 +195,7 @@ public class NoCarServiceImpl implements NoCarService{
|
|
|
RespR<VehicleQueryResponse> respR = noCarInterface.vehicleQuery(vehicleQueryRequest);
|
|
|
if(respR.getCode() == 1){
|
|
|
MIX_LOG.info("车辆备案查询失败NoCarServiceImpl.customerCarRecQueryUpper{},msg{}",customerCarRec,respR.getMsg());
|
|
|
- }else{
|
|
|
+ }else if(8 != customerCarRec.getInterType()){//此处表示仅适用接口查询,不走业务逻辑
|
|
|
customerCarRec.setRecStatus(1);
|
|
|
updateCustomerCarRec(customerCarRec);
|
|
|
}
|