pang.jiabao
3 天以前 b9f5b7c6c0a66fa04e12ab2f85c0f015ad024a1a
src/main/java/com/zy/system/controller/UserController.java
@@ -112,6 +112,9 @@
        if (user.getMobile() != null) {
            entity.setMobile(user.getMobile());
        }
        if(user.getRoleId() != null) {
            entity.setRoleId(user.getRoleId());
        }
        userService.updateById(entity);
        return R.ok();
    }