Commit c43ab54cddec3bfdbdc43f4ecbc14ecbee1de2c7

Authored by 王言钊
1 parent 286d7f2d

update

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())) {
... ...