自动化立体仓库 - WMS系统
chen.llin
2025-12-24 3929fa30f8c98403beb886cf7a4cbf90894add02
src/main/java/com/zy/system/controller/UserController.java
@@ -117,6 +117,9 @@
        if (user.getMobile() != null) {
            entity.setMobile(user.getMobile());
        }
        if (user.getDeptId() != null) {
            entity.setDeptId(user.getDeptId());
        }
        userService.updateById(entity);
        return R.ok();
    }