|
|
@@ -111,15 +111,15 @@ public class TsbCustomerTask {
|
|
|
marketingAgreementNoticeJob.runById("cron.customer.marketing.agreement.notice");
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 마케팅 정보 수신동의 내역 안내 발송
|
|
|
+ /**
|
|
|
+ * 회원등급 변경
|
|
|
*
|
|
|
* @throws Exception - 예외처리
|
|
|
* @author jsshin
|
|
|
* @since 2021. 05. 06
|
|
|
*/
|
|
|
//@Scheduled(cron = "${cron.customer.grade.change}")
|
|
|
- @Scheduled(fixedDelay=360000)
|
|
|
+// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void gradeChangeJob() throws Exception {
|
|
|
gradeChangeJob.runById("cron.customer.grade.change");
|