ZY
2024-08-16 57e23c353a177b9c003a2f524a2adeaf641e2e4c
zy-asrs-wms/src/main/java/com/zy/asrs/wms/system/service/impl/UserServiceImpl.java
@@ -63,4 +63,13 @@
        return password == null ? null : bCryptPasswordEncoder.encode(password);
    }
    @Override
    public User superGetById(Long id) {
        return this.baseMapper.superGetById(id);
    }
    @Override
    public int removeByHostId(Long hostId) {
        return this.baseMapper.removeByHostId(hostId);
    }
}