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); } }