Commit c43ab54cddec3bfdbdc43f4ecbc14ecbee1de2c7
1 parent
286d7f2d
update
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/ChannelServiceImpl.java
| ... | ... | @@ -61,6 +61,7 @@ public class ChannelServiceImpl { |
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | public PageInfo<ShyChannel> getPage(ChannelDTO channelDTO) { |
| 64 | + logger.info("接受参数对象为,ChannelDTO:{}", channelDTO.toString()); | |
| 64 | 65 | Example example = new Example(ShyChannel.class); |
| 65 | 66 | Example.Criteria criteria = example.createCriteria(); |
| 66 | 67 | if (CommonUtils.isNotEmpty(channelDTO.getOrderByClause())) { | ... | ... |