guomengjiao пре 2 недеља
родитељ
комит
97a15c3d08

+ 0 - 1
modules/report/src/main/java/com/jeesite/modules/report/web/ResearchReportController.java

@@ -434,7 +434,6 @@ public class ResearchReportController extends BaseController {
 	}
 
 	private String encodedFileName(String fileName) throws UnsupportedEncodingException {
-		fileName = fileName.substring(0, Math.min(fileName.length(), 10));
 		return URLEncoder.encode(fileName, "UTF-8");
 	}