Commit 4533d76dbb498480cb370a8163d57d19f4d54b4c

Authored by 郑超
1 parent 04cdb0e5

update

src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
... ... @@ -114,7 +114,7 @@ public class VideosServiceImpl {
114 114 }
115 115  
116 116 public PageInfo<ShyVideos> getListContent(VideosDTO videosDTO) {
117   - logger.info("接受点播列表为,VideosDTO:{}",JSON.toJSONString(videosDTO));
  117 + logger.info("接受点播列表为,VideosDTO:{}", JSON.toJSONString(videosDTO));
118 118 Example example = new Example(ShyVideos.class);
119 119 Example.Criteria criteria = example.createCriteria();
120 120 Example.Criteria criteria2 = example.createCriteria();
... ...