#
Junjie
2024-08-12 4a129f05fb7369b7916ccd8e68e727bb182439f1
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);
    }
}