Commit 6923075b1cce4b4bc84e3daaeaa2f58b687fa7f8

Authored by 张志伟
2 parents 85a26794 f5f1e803

Merge remote-tracking branch 'origin/test'

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());
... ...