自动化立体仓库 - WMS系统
chen.llin
2025-12-23 5b8e4ab420376484abbdff166a16f4e440a169a6
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();
    }