huminmin
3 天以前 3ca9f3c5224f83ca8d1bc848ea4d452fef3c9fbd
src/main/java/com/ruoyi/project/system/controller/SysUserController.java
@@ -157,6 +157,7 @@
        }
        user.setCreateBy(getUsername());
        user.setPassword(SecurityUtils.encryptPassword(user.getPassword()));
        user.setTenantId(user.getDeptId());
        return toAjax(userService.insertUser(user));
    }