Commit 4533d76dbb498480cb370a8163d57d19f4d54b4c
1 parent
04cdb0e5
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
| @@ -114,7 +114,7 @@ public class VideosServiceImpl { | @@ -114,7 +114,7 @@ public class VideosServiceImpl { | ||
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | public PageInfo<ShyVideos> getListContent(VideosDTO videosDTO) { | 116 | public PageInfo<ShyVideos> getListContent(VideosDTO videosDTO) { |
| 117 | - logger.info("接受点播列表为,VideosDTO:{}",JSON.toJSONString(videosDTO)); | 117 | + logger.info("接受点播列表为,VideosDTO:{}", JSON.toJSONString(videosDTO)); |
| 118 | Example example = new Example(ShyVideos.class); | 118 | Example example = new Example(ShyVideos.class); |
| 119 | Example.Criteria criteria = example.createCriteria(); | 119 | Example.Criteria criteria = example.createCriteria(); |
| 120 | Example.Criteria criteria2 = example.createCriteria(); | 120 | Example.Criteria criteria2 = example.createCriteria(); |