|
@@ -21,11 +21,11 @@ public class InvalidCustomerAnalysisDispatchTask {
|
|
|
public void dispatch() {
|
|
public void dispatch() {
|
|
|
long start = System.currentTimeMillis();
|
|
long start = System.currentTimeMillis();
|
|
|
log.info("无效客户分析投递任务开始");
|
|
log.info("无效客户分析投递任务开始");
|
|
|
- try {
|
|
|
|
|
- int count = customerAnalysisDispatchService.dispatchPendingInvalidCustomers();
|
|
|
|
|
- log.info("无效客户分析投递任务结束, count={}, cost={}ms", count, System.currentTimeMillis() - start);
|
|
|
|
|
- } catch (Exception e) {
|
|
|
|
|
- log.error("无效客户分析投递任务失败", e);
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// try {
|
|
|
|
|
+// int count = customerAnalysisDispatchService.dispatchPendingInvalidCustomers();
|
|
|
|
|
+// log.info("无效客户分析投递任务结束, count={}, cost={}ms", count, System.currentTimeMillis() - start);
|
|
|
|
|
+// } catch (Exception e) {
|
|
|
|
|
+// log.error("无效客户分析投递任务失败", e);
|
|
|
|
|
+// }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|