Browse Source

마이페이지 취반교 임시 커밋

card007 5 years ago
parent
commit
32b31afc1c
1 changed files with 5 additions and 4 deletions
  1. 5 4
      src/main/java/com/style24/batch/biz/task/TsbMarketingTask.java

+ 5 - 4
src/main/java/com/style24/batch/biz/task/TsbMarketingTask.java

@@ -1,12 +1,13 @@
 package com.style24.batch.biz.task;
 
-import com.style24.batch.biz.job.marketing.TsbAutoBuyConfirmJob;
-import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.scheduling.annotation.Async;
-import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.stereotype.Component;
 
+import com.style24.batch.biz.job.marketing.TsbAutoBuyConfirmJob;
+
+import lombok.extern.slf4j.Slf4j;
+
 /**
  *
  * 마케팅 Task
@@ -27,7 +28,7 @@ public class TsbMarketingTask {
 	 * @since 2021. 04. 23
 	 */
 	//@Scheduled(cron = "${cron.marketing.auto.buy.confirm}")
-	@Scheduled(fixedDelay=360000)
+	// @Scheduled(fixedDelay=360000)
 	@Async
 	public void autoBuyConfirmJob() throws Exception {
 		autoBuyConfirmJob.runById("cron.marketing.auto.buy.confirm");