mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	补全注册用户方法上遗漏的@Override注解
This commit is contained in:
		@@ -252,6 +252,7 @@ public class SysUserServiceImpl implements ISysUserService
 | 
			
		||||
     * @param user 用户信息
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public boolean registerUser(SysUser user)
 | 
			
		||||
    {
 | 
			
		||||
        return userMapper.insertUser(user) > 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user