Commit 76631f4ccda1cbf789701d658747e744ded91141

Authored by 张志伟
1 parent e2581610

:fire: feat(*): bug修复

- bug修复
fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/cust/CommonBizService.java
... ... @@ -105,7 +105,7 @@ public class CommonBizService {
105 105 dto.setFromPublic(Boolean.TRUE);
106 106 dto.setShopId(publicPool.getShopId());
107 107 }
108   - }
  108 + }// fixme 增加续保线索
109 109 customerChangeProducer.send(dto);
110 110 }
111 111  
... ...