自动化立体仓库 - WMS系统
pang.jiabao
9 天以前 c33134bc619e8289ca07a7d3ba189cdd4ab4bb18
src/main/java/com/zy/system/controller/UserController.java
@@ -117,6 +117,9 @@
        if (user.getMobile() != null) {
            entity.setMobile(user.getMobile());
        }
        if (user.getRoleId() != null) {
            entity.setRoleId(user.getRoleId());
        }
        userService.updateById(entity);
        return R.ok();
    }