|  | @@ -1,5 +1,6 @@
 | 
	
		
			
				|  |  |  package com.yonge.cooleshow.admin.controller;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +import cn.hutool.core.net.URLEncodeUtil;
 | 
	
		
			
				|  |  |  import com.alibaba.excel.EasyExcel;
 | 
	
		
			
				|  |  |  import com.alibaba.excel.write.style.column.LongestMatchColumnWidthStyleStrategy;
 | 
	
		
			
				|  |  |  import com.alibaba.fastjson.JSON;
 | 
	
	
		
			
				|  | @@ -114,6 +115,7 @@ public class TenantAccountRecordController extends BaseController {
 | 
	
		
			
				|  |  |      public R<FileImportInfo> importFile(@RequestBody FileImportInfoWrapper.FileImport wrapper) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +        wrapper.setImportUrl(URLEncodeUtil.encode(wrapper.getImportUrl()));
 | 
	
		
			
				|  |  |          // 读取数据
 | 
	
		
			
				|  |  |          return R.from(excelAnalyseCoreService.analyseReadExcelData(
 | 
	
		
			
				|  |  |                  JSON.parseObject(JSON.toJSONString(wrapper), FileImportInfoWrapper.FileImportInfo.class)));
 |