mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 导入用户数据 变量使用错误问题
This commit is contained in:
		@@ -79,7 +79,7 @@ public class SysUserImportListener extends AnalysisEventListener<SysUserImportVo
 | 
			
		||||
            }
 | 
			
		||||
        } catch (Exception e) {
 | 
			
		||||
            failureNum++;
 | 
			
		||||
            String msg = "<br/>" + failureNum + "、账号 " + sysUser.getUserName() + " 导入失败:";
 | 
			
		||||
            String msg = "<br/>" + failureNum + "、账号 " + userVo.getUserName() + " 导入失败:";
 | 
			
		||||
            failureMsg.append(msg).append(e.getMessage());
 | 
			
		||||
            log.error(msg, e);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user