| | |
| | | * 设施和环境条件-设施和环境条件要求-防雷检测 前端控制器 |
| | | * </p> |
| | | * |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @author |
| | | * @since 2024-11-07 04:16:36 |
| | | */ |
| | | @Api(tags = "设施和环境条件要求-防雷检测") |
| | |
| | | public Result<?> addLightningProtectionDetection(FeLightningProtection feLightningProtection, |
| | | @RequestPart(value = "file", required = false) MultipartFile file) { |
| | | if (ObjectUtils.isNotEmpty(file)) { |
| | | String s = FileSaveUtil.StoreFile(file); |
| | | String s = FileSaveUtil.uploadWordFile(file); |
| | | feLightningProtection.setSystemFileName(s); |
| | | feLightningProtection.setFileName(file.getOriginalFilename()); |
| | | } |