Commit e3688572958796f1e182df214bfa7830aedc80d7
1 parent
8ad2939b
update
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
| @@ -376,6 +376,7 @@ public class ContentServiceImpl { | @@ -376,6 +376,7 @@ public class ContentServiceImpl { | ||
| 376 | ShyYidun shyYidun = new ShyYidun(); | 376 | ShyYidun shyYidun = new ShyYidun(); |
| 377 | shyYidun.setId(dataId); | 377 | shyYidun.setId(dataId); |
| 378 | shyYidun.setUrl(contentUrl); | 378 | shyYidun.setUrl(contentUrl); |
| 379 | + | ||
| 379 | shyYidun.setContent_id(shyContent.getId().toString()); | 380 | shyYidun.setContent_id(shyContent.getId().toString()); |
| 380 | shyYidun.setCreate_time(new Date()); | 381 | shyYidun.setCreate_time(new Date()); |
| 381 | yiDunServiceImpl.addYiDunMsg(shyYidun); | 382 | yiDunServiceImpl.addYiDunMsg(shyYidun); |