|  | @@ -220,7 +220,9 @@ public class ProjectReportNumController extends BaseController {
 | 
	
		
			
				|  |  |  			cfg.setDefaultEncoding("UTF-8");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  			//前台传入的tempType即是对应ftl模板的文件名
 | 
	
		
			
				|  |  | -			template = cfg.getTemplate("current.ftl","UTF-8");
 | 
	
		
			
				|  |  | +			//template = cfg.getTemplate("current.ftl","UTF-8");
 | 
	
		
			
				|  |  | +			//若使用上传doc生成模板的功能则需要将其改为GBK
 | 
	
		
			
				|  |  | +			template = cfg.getTemplate("current.ftl","GBK");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  			//freemarker参数值准备
 | 
	
		
			
				|  |  |  			Map<String,Object> data  = new HashMap<>();
 |