|
|
@@ -48,7 +48,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
- //@Scheduled(cron = "${cron.customer.dormant.schedule}")
|
|
|
+ @Scheduled(cron = "${cron.customer.dormant.schedule}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void dormantScheduleJob() throws Exception {
|
|
|
@@ -62,7 +62,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
- //@Scheduled(cron = "${cron.customer.dormant.transform}")
|
|
|
+ @Scheduled(cron = "${cron.customer.dormant.transform}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void dormantTransformJob() throws Exception {
|
|
|
@@ -76,7 +76,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
- //@Scheduled(cron = "${cron.customer.secede.process}")
|
|
|
+ @Scheduled(cron = "${cron.customer.secede.process}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void secedeProcessJob() throws Exception {
|
|
|
@@ -90,7 +90,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 05. 06
|
|
|
*/
|
|
|
- //@Scheduled(cron = "${cron.customer.privacy.policy.notice}")
|
|
|
+ @Scheduled(cron = "${cron.customer.privacy.policy.notice}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void privacyPolicyNoticeJob() throws Exception {
|
|
|
@@ -104,7 +104,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 05. 06
|
|
|
*/
|
|
|
- //@Scheduled(cron = "${cron.customer.marketing.agreement.notice}")
|
|
|
+ @Scheduled(cron = "${cron.customer.marketing.agreement.notice}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void marketingAgreementNoticeJob() throws Exception {
|
|
|
@@ -118,7 +118,7 @@ public class TsbCustomerTask {
|
|
|
* @author jsshin
|
|
|
* @since 2021. 05. 06
|
|
|
*/
|
|
|
- //@Scheduled(cron = "${cron.customer.grade.change}")
|
|
|
+ @Scheduled(cron = "${cron.customer.grade.change}")
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void gradeChangeJob() throws Exception {
|