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