Commit ac28f081 authored by xiaozhe.chen's avatar xiaozhe.chen

添加todo

parent 766a9386
...@@ -68,6 +68,7 @@ public class ChannelConfService { ...@@ -68,6 +68,7 @@ public class ChannelConfService {
} }
//todo 返回值不用map可以吗
public Map<String, Object> getChannelConf(Long channelId) { public Map<String, Object> getChannelConf(Long channelId) {
ChannelConf channelConf = channelConfRepository.getByChannelId(channelId); ChannelConf channelConf = channelConfRepository.getByChannelId(channelId);
return ChannelConfUtil.channelConfConvertVOModel(channelConf); return ChannelConfUtil.channelConfConvertVOModel(channelConf);
......
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