|
@ -1087,6 +1087,15 @@ public class BaseVehicleService extends MybatisBaseService<BaseVehicleMapper, Ba |
|
|
list2.add(getConfigValueSpanSize("座椅", configVo.getSeat())); |
|
|
list2.add(getConfigValueSpanSize("座椅", configVo.getSeat())); |
|
|
list2.add(getConfigValueSpanSize("多媒体", configVo.getMultimedia())); |
|
|
list2.add(getConfigValueSpanSize("多媒体", configVo.getMultimedia())); |
|
|
list2.add(getConfigValueSpanSize("配置包", configVo.getConfiguringBao())); |
|
|
list2.add(getConfigValueSpanSize("配置包", configVo.getConfiguringBao())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("离合器", configVo.getClutchValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("方向机", configVo.getDirMachineValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("前桥", configVo.getProponsValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("门窗", configVo.getDoorAndWindowValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("门锁", configVo.getDoorLockValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("大灯", configVo.getHeadlightValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("上车踏板", configVo.getBoardPedalValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("方向盘", configVo.getSteerWheelValue())); |
|
|
|
|
|
list2.add(getConfigValueSpanSize("蓄电池", configVo.getStoragBatteryValue())); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
configDetailVo.setConfigInfo(list2); |
|
|
configDetailVo.setConfigInfo(list2); |
|
|