Commit 8ad2939b14f6006926f0f59bc27e57f4ed9b154a
1 parent
3fe60a43
update
Showing
2 changed files
with
2 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
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 | } |