mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 用户密码更新无效问题
This commit is contained in:
		@@ -93,9 +93,13 @@ public class SysUser extends BaseEntity {
 | 
			
		||||
        updateStrategy = FieldStrategy.NOT_EMPTY,
 | 
			
		||||
        whereStrategy = FieldStrategy.NOT_EMPTY
 | 
			
		||||
    )
 | 
			
		||||
    private String password;
 | 
			
		||||
 | 
			
		||||
    @JsonIgnore
 | 
			
		||||
    @JsonProperty
 | 
			
		||||
    private String password;
 | 
			
		||||
    public String getPassword() {
 | 
			
		||||
        return password;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 帐号状态(0正常 1停用)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user