Explorar el Código

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

release_toaliyun_real
luozukai hace 7 años
padre
commit
1296be951a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 fichero

@@ -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);
}


Cargando…
Cancelar
Guardar