Commit 892bf6c7 authored by chenzhao's avatar chenzhao

修改bug

parent ca9bd750
......@@ -153,6 +153,9 @@ public class DutyCarServiceImpl extends DutyCommonServiceImpl implements IDutyCa
List<Map<String, Object>> resultList = new ArrayList<Map<String, Object>>();
LinkedHashMap<String, Object> titleMap_1 =new LinkedHashMap<String, Object>();
titleMap_1.put("消防车辆", map.get("carName").toString());
if(map.containsKey("carName") && map.get("carName") != null){
titleMap_1.put("消防车辆", map.get("carName").toString());
}
resultList.add(titleMap_1);
LinkedHashMap<String, Object> titleMap_2 =new LinkedHashMap<String, Object>();
//titleMap_2.put("单位/部门", map.get("teamName").toString());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment