|
|
@@ -78,6 +78,9 @@ class ActionBatchDownloadWithWorkOrWorkCompletedStream extends BaseAction {
|
|
|
}
|
|
|
}
|
|
|
if (StringUtils.isBlank(fileName)) {
|
|
|
+ if(title.length()>60){
|
|
|
+ title = title.substring(0, 60);
|
|
|
+ }
|
|
|
fileName = title + DateTools.format(new Date(), DateTools.formatCompact_yyyyMMddHHmmss) + ".zip";
|
|
|
} else {
|
|
|
String extension = FilenameUtils.getExtension(fileName);
|