Ver a proveniência

[专题][修改][修改专题编辑删除问题]

release_toaliyun_real
luozukai há 7 anos
ascendente
cometimento
1296be951a
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxTopicServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxTopicServiceImpl.java Ver ficheiro

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


Carregando…
Cancelar
Guardar