#
Junjie
2024-08-02 f7b699b0da8aa185edeb38dc1abaaf964ba41d95
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);
    }
}