|
@@ -33,10 +33,10 @@ public class CarModelServiceImpl implements CarModelService {
|
|
|
if(!ObjectUtils.isEmpty(carModelDTOS)){
|
|
if(!ObjectUtils.isEmpty(carModelDTOS)){
|
|
|
return HttpResult.ok(carModelDTOS);
|
|
return HttpResult.ok(carModelDTOS);
|
|
|
}
|
|
}
|
|
|
-// List<CarModelDTO> carModelDTOS1 = zhongMeiOrderService.vinSearch(frameNo);
|
|
|
|
|
-// if(!ObjectUtils.isEmpty(carModelDTOS1)){
|
|
|
|
|
-// return HttpResult.ok(carModelDTOS1);
|
|
|
|
|
-// }
|
|
|
|
|
|
|
+ List<CarModelDTO> carModelDTOS1 = zhongMeiOrderService.vinSearch(frameNo);
|
|
|
|
|
+ if(!ObjectUtils.isEmpty(carModelDTOS1)){
|
|
|
|
|
+ return HttpResult.ok(carModelDTOS1);
|
|
|
|
|
+ }
|
|
|
List<CarModelDTO> carModelDTOS2 = yongAnOrderService.vinSearch(frameNo);
|
|
List<CarModelDTO> carModelDTOS2 = yongAnOrderService.vinSearch(frameNo);
|
|
|
if(!ObjectUtils.isEmpty(carModelDTOS2)){
|
|
if(!ObjectUtils.isEmpty(carModelDTOS2)){
|
|
|
return HttpResult.ok(carModelDTOS2);
|
|
return HttpResult.ok(carModelDTOS2);
|