|
|
@ -726,7 +726,7 @@ public class BaseTrailerService extends MybatisBaseService<BaseTrailerMapper, Ba |
|
|
|
traliveredVo.setModelName(baseVehicle.getModelName()); |
|
|
|
List<TrailerVo> voList = baseMapper.trailerList(vinSid); |
|
|
|
voList.removeAll(Collections.singleton(null)); |
|
|
|
if(voList.isEmpty()){ |
|
|
|
if(!voList.isEmpty()){ |
|
|
|
traliveredVo.setList(voList); |
|
|
|
} |
|
|
|
//查询车辆的上装配置
|
|
|
|