Commit 74b3f1d1 authored by zhangsen's avatar zhangsen

移装告知详情bug修改

parent 675d9619
...@@ -136,7 +136,7 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto ...@@ -136,7 +136,7 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
} }
} }
Map<String, Object> map = equipmentInfos.get(0); Map<String, Object> map = equipmentInfos.get(0);
BeanUtil.copyProperties(transferNotice, map); BeanUtil.copyProperties(transferNotice, map, "equList", "supervisoryCode");
return new HashMap<String, Map<String, Object>>() {{ return new HashMap<String, Map<String, Object>>() {{
this.put("transferNoticeInfo", map); this.put("transferNoticeInfo", map);
}}; }};
......
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