|
|
@@ -83,9 +83,6 @@ public class TsbCustomerTask {
|
|
|
@Autowired
|
|
|
private TsbReviewGuideJob reviewGuideJob;
|
|
|
|
|
|
- @Autowired
|
|
|
- private TsbChangeEncodinglJob changeEncodinglJob;
|
|
|
-
|
|
|
/**
|
|
|
* 휴면전환 예정 대상 메일 발송
|
|
|
*
|
|
|
@@ -293,16 +290,4 @@ public class TsbCustomerTask {
|
|
|
reviewGuideJob.runById("cron.customer.review.register.notify");
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 인코딩 변경 처리
|
|
|
- *
|
|
|
- * @throws Exception
|
|
|
- */
|
|
|
-
|
|
|
-// @Scheduled(fixedDelay = 3500000)
|
|
|
- @Async
|
|
|
- public void changeEncodinglJob() throws Exception {
|
|
|
- changeEncodinglJob.run("cron.customer.change.encoding");
|
|
|
- }
|
|
|
-
|
|
|
}
|