| | |
| | | } |
| | | |
| | | List<ExamineItem> list = infoDto.getExamineItemList(); |
| | | list.forEach(f->{f.setExamineTemplateId(infoDto.getId());}); |
| | | list.forEach(f->{f.setExamineTemplateId(examineTemplate.getId());}); |
| | | examineItemService.saveOrUpdateBatch(list); |
| | | |
| | | } |
| | |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <version>${commons.utils.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.alibaba.cloud</groupId> |
| | | <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId> |
| | | <version>${com.alibaba.cloud.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <version>${commons.utils.version}</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | |
| | | <version>${poi.version}</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- redis连接 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |