Commit 8ad2939b14f6006926f0f59bc27e57f4ed9b154a

Authored by 徐近程
1 parent 3fe60a43

update

src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
@@ -355,6 +355,7 @@ public class ContentServiceImpl { @@ -355,6 +355,7 @@ public class ContentServiceImpl {
355 shenheType=3;//人工审 355 shenheType=3;//人工审
356 } 356 }
357 } 357 }
  358 +
358 return shenheType; 359 return shenheType;
359 } 360 }
360 361
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
@@ -362,6 +362,7 @@ public class VideosServiceImpl { @@ -362,6 +362,7 @@ public class VideosServiceImpl {
362 shyYidun.setDuration(shyVideos.getDuration()); 362 shyYidun.setDuration(shyVideos.getDuration());
363 shyYidun.setCreate_time(new Date()); 363 shyYidun.setCreate_time(new Date());
364 yiDunServiceImpl.addYiDunMsg(shyYidun); 364 yiDunServiceImpl.addYiDunMsg(shyYidun);
  365 +
365 } catch (Exception e) { 366 } catch (Exception e) {
366 e.printStackTrace(); 367 e.printStackTrace();
367 } 368 }