|
@@ -344,13 +344,15 @@ public class VideoService {
|
|
log.info("VideoService--vehicleById 车辆类型为:" + car);
|
|
log.info("VideoService--vehicleById 车辆类型为:" + car);
|
|
*/
|
|
*/
|
|
String car=vehicleInfo.getModelLabel();
|
|
String car=vehicleInfo.getModelLabel();
|
|
- String carPath=dictMapper.getCarPath(car);
|
|
|
|
|
|
+ /*String carPath=dictMapper.getCarPath(car);
|
|
if(null!=carPath&&!carPath.equals("")){
|
|
if(null!=carPath&&!carPath.equals("")){
|
|
po.setVehicleCategory(car);
|
|
po.setVehicleCategory(car);
|
|
po.setModel3d(carPath);
|
|
po.setModel3d(carPath);
|
|
}else{
|
|
}else{
|
|
po.setVehicleCategory("car");
|
|
po.setVehicleCategory("car");
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
+ po.setVehicleCategory(car);
|
|
|
|
+ po.setModel3d(vehicleInfo.getVehicleTopView());
|
|
//车前距
|
|
//车前距
|
|
BigDecimal frontDistance = vehicleInfo.getFrontDistance();
|
|
BigDecimal frontDistance = vehicleInfo.getFrontDistance();
|
|
//车后距
|
|
//车后距
|