|
|
|
@ -93,8 +93,16 @@ public class CarServiceImpl implements CarService {
|
|
|
|
|
ColDTO colDTO2 = new ColDTO();
|
|
|
|
|
colDTO2.setValue("Title");
|
|
|
|
|
colDTO2.setLabel("任务名称");
|
|
|
|
|
ColDTO colDTO3 = new ColDTO();
|
|
|
|
|
colDTO3.setValue("addr");
|
|
|
|
|
colDTO3.setLabel("车辆地址");
|
|
|
|
|
ColDTO colDTO4 = new ColDTO();
|
|
|
|
|
colDTO4.setValue("stateCn");
|
|
|
|
|
colDTO4.setLabel("车辆状态");
|
|
|
|
|
colDTOS.add(colDTO);
|
|
|
|
|
colDTOS.add(colDTO2);
|
|
|
|
|
colDTOS.add(colDTO3);
|
|
|
|
|
colDTOS.add(colDTO4);
|
|
|
|
|
contentResponse.setCol(colDTOS);
|
|
|
|
|
// 将第一个列表转换为Map,以getCarPlate为键
|
|
|
|
|
Map<String, CarGPSResponse> map1 = list.stream()
|
|
|
|
|