From f5f1e8036246af18d7caec23f359cae7cbb625f2 Mon Sep 17 00:00:00 2001 From: Kurisu Date: Wed, 20 Oct 2021 18:30:44 +0800 Subject: [PATCH] :alien: 对接保险新的sdk --- fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/strategy/AbstractFollowStrategy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/strategy/AbstractFollowStrategy.java b/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/strategy/AbstractFollowStrategy.java index 8f25c49..5743c19 100644 --- a/fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/strategy/AbstractFollowStrategy.java +++ b/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 { private boolean verifyClue(CustomerCluePool cluePool) { Long refererId = cluePool.getRefererId(); - Customer customer = customerService.queryById(refererId); + Customer customer = customerService.getById(refererId); boolean enabled = Boolean.TRUE.equals(customer.getYn()); if (!enabled) { customerCluePoolService.removeById(cluePool.getId()); -- libgit2 0.22.2