lidongdong
2022-11-25 ce619ed0824f530570374c5b87a58694e854ccf5
flower_city/src/main/java/com/dg/core/controller/UserController.java
@@ -308,7 +308,7 @@
        {
            return error("账户不能为空");
        }
        config.setPassword(null);
        config.setUpdateBy(sys.getUserId()+"");
        return toAjax(IUserService.updateConfig(config));