|
|
@ -75,14 +75,6 @@ public class BasicdataVehicleClient implements IBasicdataVehicleClient { |
|
|
|
} |
|
|
|
} |
|
|
|
list.add(jsonObject); |
|
|
|
list.add(jsonObject); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for (BasicdataVehicleEntity vehicleEntity:ls){ |
|
|
|
|
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
|
|
|
|
jsonObject.put("carId",vehicleEntity.getId()); |
|
|
|
|
|
|
|
jsonObject.put("carNumber",vehicleEntity.getVehicleNub()); |
|
|
|
|
|
|
|
list.add(jsonObject); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
return list; |
|
|
|
return list; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|