Commit 02dcbd1b authored by chenzhao's avatar chenzhao

修改bug

parent 574d9037
...@@ -157,8 +157,8 @@ public class DutyFirstAidServiceImpl extends DutyCommonServiceImpl implements ID ...@@ -157,8 +157,8 @@ public class DutyFirstAidServiceImpl extends DutyCommonServiceImpl implements ID
}); });
if( firstAidSimpleList != null && firstAidSimpleList.size() >= 1 ) { if( firstAidSimpleList != null && firstAidSimpleList.size() >= 1 ) {
detailMap.put("firstAidName", firstAidSimpleList); detailMap.put("firstAidName", firstAidSimpleList);
resultList.add(detailMap);
} }
resultList.add(detailMap);
}); });
result.add(resultList.get(0)); result.add(resultList.get(0));
return result; return result;
......
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