| | |
| | | import org.springframework.data.solr.core.query.SimpleQuery; |
| | | import org.springframework.data.solr.core.query.result.ScoredPage; |
| | | import org.springframework.stereotype.Component; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.io.Serializable; |
| | |
| | | private VideoResourceService videoResourceService; |
| | | |
| | | |
| | | @Transactional |
| | | public void saveOrUpdate(VideoInfo videoInfo) { |
| | | List<VideoResource> resourceList = videoResourceService.getResourceList(); |
| | | List<Long> rids = new ArrayList<>(); |