diff --git a/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/task/CallReportDealTask.java b/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/task/CallReportDealTask.java index dd84588..822f5c6 100644 --- a/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/task/CallReportDealTask.java +++ b/fw-valhalla-server/src/main/java/cn/fw/valhalla/controller/task/CallReportDealTask.java @@ -38,7 +38,7 @@ import static cn.fw.common.businessvalidator.Validator.BV; */ @Slf4j @Component -//@ConditionalOnProperty(prefix = "task", name = "switch", havingValue = "on") +@ConditionalOnProperty(prefix = "task", name = "switch", havingValue = "on") public class CallReportDealTask { private final CustomerBaseInfoService baseInfoService; private final CustomerService customerService;