自动化立体仓库 - WMS系统
whycq
2024-05-24 b7fa285a43a66f3d466b24ccf1f5d83cc167df43
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();
    }