|
@@ -105,7 +105,6 @@ public class ChannelTreeController extends BaseApiController {
|
|
|
queryWrapper.likeRight(null != channel && StringUtils.isNotBlank(channel.getMobile()), "t1.mobile", channel.getMobile());
|
|
|
queryWrapper.likeRight(null != channel && StringUtils.isNotBlank(channel.getName()), "t1.name", channel.getName());
|
|
|
queryWrapper.orderByAsc("t1.channel_id");
|
|
|
- queryWrapper.last("limit 50");
|
|
|
list = channelService.selectChannelVoList(queryWrapper);
|
|
|
if(null != list && list.size() > 0) {
|
|
|
for(ChannelVO channelVO : list) {
|