|
|
@ -28,8 +28,6 @@ import com.yxt.anrui.buscenter.api.busmaindeposit.pc.PcBusMainDepositFeign; |
|
|
|
import com.yxt.anrui.buscenter.api.busmaindeposit.pc.PcBusMainDepositVehicleQuery; |
|
|
|
import com.yxt.anrui.crm.api.crmcustomertemp.CrmCustomerTempDto; |
|
|
|
import com.yxt.anrui.crm.api.crmcustomertemp.CrmCustomerTempFeign; |
|
|
|
import com.yxt.anrui.fin.api.kingdee.FinKingDeeFeign; |
|
|
|
import com.yxt.anrui.fin.api.kingdee.stkinstock.StkInStock; |
|
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganizationFeign; |
|
|
|
import com.yxt.anrui.portal.api.sysorganization.SysOrganizationVo; |
|
|
|
import com.yxt.anrui.portal.api.sysstafforg.SysStaffOrgFeign; |
|
|
@ -555,10 +553,11 @@ public class BaseVehicleService extends MybatisBaseService<BaseVehicleMapper, Ba |
|
|
|
List<List<ConfigInfoSpanSize>> commonConfigInfoList = new ArrayList<>(); |
|
|
|
List<ConfigInfoSpanSize> list2 = new ArrayList<>(); |
|
|
|
list2.add(getConfigValueSpanSize("颜色", configVo.getCarColor())); |
|
|
|
list2.add(getConfigValueSpanSize("缓冲器", configVo.getSlowMachine())); |
|
|
|
list2.add(getConfigValueSpanSize("缓速器", configVo.getSlowMachine())); |
|
|
|
list2.add(getConfigValueSpanSize("后视镜", configVo.getRearViewMirror())); |
|
|
|
list2.add(getConfigValueSpanSize("轮胎", configVo.getTireSize())); |
|
|
|
list2.add(getConfigValueSpanSize("驾驶室", configVo.getSpecification())); |
|
|
|
list2.add(getConfigValueSpanSize("后桥", configVo.getRearAxleValue())); |
|
|
|
list2.add(getConfigValueSpanSize("速比", configVo.getRearAxleRatio())); |
|
|
|
list2.add(getConfigValueSpanSize("空调", configVo.getAirConditioner())); |
|
|
|
list2.add(getConfigValueSpanSize("轮毂材质", configVo.getHubMaterial())); |
|
|
@ -573,7 +572,6 @@ public class BaseVehicleService extends MybatisBaseService<BaseVehicleMapper, Ba |
|
|
|
list2.add(getConfigValueSpanSize("独立热源", configVo.getIndependentSources())); |
|
|
|
list2.add(getConfigValueSpanSize("燃料箱", configVo.getFuelTank())); |
|
|
|
list2.add(getConfigValueSpanSize("多媒体", configVo.getMultimedia())); |
|
|
|
list2.add(getConfigValueSpanSize("后桥", configVo.getRearAxleValue())); |
|
|
|
configDetailVo.setConfigInfo(list2); |
|
|
|
//更多配置
|
|
|
|
String otherConfig = configVo.getOtherConfig(); |
|
|
|