Commit 73bccb78fa2181ba204fe89129b0f6a74bb10966

Authored by 张志伟
1 parent e1aaf255

:sparkles: BUG修复

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; @@ -38,7 +38,7 @@ import static cn.fw.common.businessvalidator.Validator.BV;
38 */ 38 */
39 @Slf4j 39 @Slf4j
40 @Component 40 @Component
41 -//@ConditionalOnProperty(prefix = "task", name = "switch", havingValue = "on") 41 +@ConditionalOnProperty(prefix = "task", name = "switch", havingValue = "on")
42 public class CallReportDealTask { 42 public class CallReportDealTask {
43 private final CustomerBaseInfoService baseInfoService; 43 private final CustomerBaseInfoService baseInfoService;
44 private final CustomerService customerService; 44 private final CustomerService customerService;