فهرست منبع

Merge branch 'jsshin' into develop

jsshin 5 سال پیش
والد
کامیت
dc756b7a9a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/com/style24/batch/biz/task/TsbCustomerTask.java

+ 2 - 2
src/main/java/com/style24/batch/biz/task/TsbCustomerTask.java

@@ -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");
 	}