|
@@ -125,6 +125,7 @@ public class PromoChannelServiceImpl extends ServiceImpl<PromoChannelMapper, Pro
|
|
|
for (int i = 0; i < channelCount; i++) {
|
|
|
PromoChannel channel = BeanUtils.copy(promoChannel, PromoChannel.class);
|
|
|
channel.setChannel(UUID.randomUUID().toString().replace("-", ""));
|
|
|
+ promoChannelList.add(channel);
|
|
|
}
|
|
|
return super.saveBatch(promoChannelList);
|
|
|
}
|