#
Junjie
2024-09-07 0ea1110b84334f1ecbd94fef6f4bf60e8d820b9a
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);
    }
}