Commit 07e532eb authored by suntao's avatar suntao

查询渠道 现在只查询 api渠道

parent 5e6ffd23
...@@ -207,7 +207,7 @@ public class ChannelConfServiceImpl implements ChannelConfService { ...@@ -207,7 +207,7 @@ public class ChannelConfServiceImpl implements ChannelConfService {
@Override @Override
public List<ChannelModel> getAllApiChannel() { public List<ChannelModel> getAllApiChannel() {
List<ClfChannelConfiguration> all = clfCenterService.findAll(); List<ClfChannelConfiguration> all = clfCenterService.findAllApiChannel();
List<ChannelModel> channelModelList = new ArrayList<>(all.size()); List<ChannelModel> channelModelList = new ArrayList<>(all.size());
all.forEach(e -> { all.forEach(e -> {
ChannelModel model = new ChannelModel(); ChannelModel model = new ChannelModel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment