| | |
| | | import javax.annotation.Resource; |
| | | |
| | | import com.yeshi.buwan.service.inter.VideoResourceMapExtraInfoService; |
| | | import com.yeshi.buwan.service.inter.video.VideoInfoExtraService; |
| | | import org.hibernate.HibernateException; |
| | | import org.hibernate.Session; |
| | | import org.springframework.cache.annotation.Cacheable; |
| | |
| | | @Resource |
| | | private DetailSystemDao detailSystemDao; |
| | | |
| | | |
| | | @Resource |
| | | private VideoResourceMapExtraInfoService videoResourceMapExtraInfoService; |
| | | private VideoInfoExtraService videoInfoExtraService; |
| | | |
| | | public StarService() { |
| | | |
| | |
| | | e.printStackTrace(); |
| | | } |
| | | |
| | | list = videoResourceMapExtraInfoService.batchExtraInfo(list, resourceList); |
| | | list = videoInfoExtraService.batchExtra(list, resourceList); |
| | | return list; |
| | | } |
| | | |