Commit f5f1e8036246af18d7caec23f359cae7cbb625f2

Authored by 张志伟
1 parent 1245c464

:alien: 对接保险新的sdk

fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/strategy/AbstractFollowStrategy.java
... ... @@ -963,7 +963,7 @@ public abstract class AbstractFollowStrategy implements FollowStrategy {
963 963  
964 964 private boolean verifyClue(CustomerCluePool cluePool) {
965 965 Long refererId = cluePool.getRefererId();
966   - Customer customer = customerService.queryById(refererId);
  966 + Customer customer = customerService.getById(refererId);
967 967 boolean enabled = Boolean.TRUE.equals(customer.getYn());
968 968 if (!enabled) {
969 969 customerCluePoolService.removeById(cluePool.getId());
... ...