Commit 0d4f63a7a9bc533dd2947fe6b23a7cc6363e9a81

Authored by 张志伟
1 parent 76631f4c

:fire: docs(*): 去掉注释

- 去掉注释
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   - }// fixme 增加续保线索
  108 + }
109 109 customerChangeProducer.send(dto);
110 110 }
111 111  
... ...