Commit f89387f4d5ec99606e2dcf249500c2c3b0d7d600
1 parent
6a83c4ef
测试
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
| @@ -74,7 +74,7 @@ public class VideosControllerApi { | @@ -74,7 +74,7 @@ public class VideosControllerApi { | ||
| 74 | shyVideos1.setVideo_id(videoId); | 74 | shyVideos1.setVideo_id(videoId); |
| 75 | Integer duration = json.getInteger("duration"); | 75 | Integer duration = json.getInteger("duration"); |
| 76 | if (CommonUtils.isNotNull(duration)) duration = duration / 1000; | 76 | if (CommonUtils.isNotNull(duration)) duration = duration / 1000; |
| 77 | - //获取栏目分类 | 77 | + //获取栏目分类 |
| 78 | String category=CommonUtils.isEmpty(json.getString("multiplecategory"))?"":json.getString("multiplecategory"); | 78 | String category=CommonUtils.isEmpty(json.getString("multiplecategory"))?"":json.getString("multiplecategory"); |
| 79 | //查询一下 存在,更新 没有,插入 | 79 | //查询一下 存在,更新 没有,插入 |
| 80 | List<ShyVideos> listshyVideos = videosService.findshyVideo(shyVideos1); | 80 | List<ShyVideos> listshyVideos = videosService.findshyVideo(shyVideos1); |