|
|
|
|
|
|
|
|
return JsonResult.success(); |
|
|
return JsonResult.success(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
String fileName = inspection.getCode() + "-疑似问题清单.xlsx"; |
|
|
|
|
|
|
|
|
String fileName = "疑似问题清单 - " + inspection.getCode() + ".xlsx"; |
|
|
String filePath = UploadFileConfig.uploadFolder + "inspection_file/" + fileName; |
|
|
String filePath = UploadFileConfig.uploadFolder + "inspection_file/" + fileName; |
|
|
File fd = new File(UploadFileConfig.uploadFolder + "inspection_file"); |
|
|
File fd = new File(UploadFileConfig.uploadFolder + "inspection_file"); |
|
|
if (!fd.exists()) { |
|
|
if (!fd.exists()) { |