|
|
@ -463,9 +463,11 @@ public class BaseVehicleService extends MybatisBaseService<BaseVehicleMapper, Ba |
|
|
|
|
|
|
|
AppCurrentCarDetailConfigVo configDetailVo = baseMapper.getAppModelConfig(modelSid, configSid, useOrg); |
|
|
|
String date = configDetailVo.getDate(); |
|
|
|
if (StringUtils.isNotBlank(date)) { |
|
|
|
Date date1 = DateUtils.dateStrConvertDate(date, "yyyy-MM-dd"); |
|
|
|
long time = date1.getTime(); |
|
|
|
configDetailVo.setDateLong(time); |
|
|
|
} |
|
|
|
|
|
|
|
//车型详细配置数据
|
|
|
|
AppCurrentCarDetailVo currentCarVo = baseMapper.getAppCurrentCarDetailConfigVo(modelSid, configSid, useOrg); |
|
|
|