|
|
@@ -51,7 +51,7 @@ public class TsbCustomerTask {
|
|
|
* @since 2021. 03. 08
|
|
|
*/
|
|
|
//@Scheduled(cron = "${cron.customer.dormantConversionJob}")
|
|
|
- //@Scheduled(fixedDelay=360000)
|
|
|
+// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void dormantConversionJob() throws Exception {
|
|
|
dormantConversionJob.run("cron.customer.dormantConversionJob");
|
|
|
@@ -67,7 +67,7 @@ public class TsbCustomerTask {
|
|
|
// @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void secedeCustomerJob() throws Exception {
|
|
|
- secedeCustomerJob.run("secedeCustomerJob");
|
|
|
+ secedeCustomerJob.run("cron.customer.secedeCustomerJob");
|
|
|
}
|
|
|
|
|
|
|