kangwei : 会议纪要下载
正在显示
3 个修改的文件
包含
1 行增加
和
2 行删除
... | @@ -429,11 +429,9 @@ public class AjhMeetingMinutesController { | ... | @@ -429,11 +429,9 @@ public class AjhMeetingMinutesController { |
429 | paramMap.put("meetingImg" , img); | 429 | paramMap.put("meetingImg" , img); |
430 | } | 430 | } |
431 | } | 431 | } |
432 | |||
433 | //导出word | 432 | //导出word |
434 | exportWordData( templatePath , exportName , paramMap ,response); | 433 | exportWordData( templatePath , exportName , paramMap ,response); |
435 | } | 434 | } |
436 | |||
437 | /** | 435 | /** |
438 | * 导出word模板 | 436 | * 导出word模板 |
439 | * @param templatePath | 437 | * @param templatePath | ... | ... |
... | @@ -119,6 +119,7 @@ public class DangerInspectionRecordServiceImpl extends ServiceImpl<DangerInspect | ... | @@ -119,6 +119,7 @@ public class DangerInspectionRecordServiceImpl extends ServiceImpl<DangerInspect |
119 | inspectionItem.setItemName( inspectItem.getItemName()); | 119 | inspectionItem.setItemName( inspectItem.getItemName()); |
120 | inspectionItem.setItemType( inspectItem.getItemType()); | 120 | inspectionItem.setItemType( inspectItem.getItemType()); |
121 | inspectionItem.setInspectionInfoId (inspectionInfo.getId()); | 121 | inspectionItem.setInspectionInfoId (inspectionInfo.getId()); |
122 | inspectionItem.setStatus( inspectItem.getStatus() ); | ||
122 | dangerInspectionItemMapper.insert(inspectionItem); | 123 | dangerInspectionItemMapper.insert(inspectionItem); |
123 | } | 124 | } |
124 | } | 125 | } | ... | ... |
-
请 注册 或 登录 后发表评论