Commit 198a14f5 authored by zhangsen's avatar zhangsen

移装告知 详情API 设备信息调整到 业务信息实体中

parent 17ce8be1
......@@ -136,9 +136,10 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
equipmentInfos.get(0).put(s, JSON.parseArray(equipmentInfos.get(0).get(s).toString()));
}
}
Map<String, Object> map = equipmentInfos.get(0);
BeanUtil.copyProperties(transferNotice, map);
return new HashMap<String, Map<String, Object>>() {{
this.put("transferNoticeInfo", transferNotice);
this.put("equipmentInfo", equipmentInfos.get(0));
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