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 | 376 | ShyYidun shyYidun = new ShyYidun(); |
| 377 | 377 | shyYidun.setId(dataId); |
| 378 | 378 | shyYidun.setUrl(contentUrl); |
| 379 | + | |
| 379 | 380 | shyYidun.setContent_id(shyContent.getId().toString()); |
| 380 | 381 | shyYidun.setCreate_time(new Date()); |
| 381 | 382 | yiDunServiceImpl.addYiDunMsg(shyYidun); | ... | ... |