|
|
|
@@ -106,6 +106,7 @@ public class WxTopicServiceImpl implements WxTopicService { |
|
|
|
record.setUpdatetime(new Date()); |
|
|
|
wxTopicMapper.updateByPrimaryKeySelective(record); |
|
|
|
if(StringUtils.isNotBlank(record.getCouponIds())) { |
|
|
|
//优化:区分添加的和删除的 |
|
|
|
wxCouponChannelMapper.delByTopic(record); |
|
|
|
addCouponTopic(record); |
|
|
|
} |
|
|
|
|