瀏覽代碼

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