| | |
| | | public PPTVSeries getSeriesDetailByVideoId(String videoId); |
| | | |
| | | |
| | | public VideoPPTVMap getVideoPPTVMapByVideoId(String videoId); |
| | | |
| | | |
| | | /** |
| | | * 根据ID查询节目 |
| | | * |
| | |
| | | * 根据infoId查询 |
| | | * |
| | | * @param infoId |
| | | * @param programCode |
| | | * @return |
| | | */ |
| | | public VideoPPTVMap selectVideoPPTVMapByInfoId(String infoId); |
| | | public VideoPPTVMap selectVideoPPTVMapByPPInfo(String infoId, String programCode); |
| | | |
| | | |
| | | public PPTVSeries selectSeriesBySeriesCode(String cid); |
| | |
| | | |
| | | public void updateSeriesGoodsInfo(String infoId, PPTVGoodsInfo goodsInfo); |
| | | |
| | | public void updateProgramGoodsInfo(String vid, PPTVGoodsInfo goodsInfo); |
| | | |
| | | /** |
| | | * 同步专辑 |
| | | * |