|
@@ -258,6 +258,7 @@ public class ChannelServiceImpl extends ServiceImpl<ChannelMapper, Channel> impl
|
|
|
channel.setLevel(0);
|
|
|
channel.setChannelNo(parentsChannel.getChannelNo() + ".");
|
|
|
channel.setParentId(parentsChannel.getChannelId());
|
|
|
+ channel.setCommRate(site.getCommRate());
|
|
|
boolean res = channelService.save(channel);
|
|
|
if (res && null != channel.getChannelId()) {
|
|
|
channel.setChannelNo(channel.getChannelNo() + channel.getChannelId());
|