Commit e3688572958796f1e182df214bfa7830aedc80d7

Authored by 徐近程
1 parent 8ad2939b

update

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);
... ...