Просмотр исходного кода

마이페이지 취소접수승인 임시 커밋

card007 5 лет назад
Родитель
Сommit
56145ed548
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/main/java/com/style24/batch/biz/task/TsbDeliveryTask.java

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

@@ -2,7 +2,6 @@ package com.style24.batch.biz.task;
 
 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.delivery.TsbCjWithdrawInvoiceJob;
@@ -112,7 +111,7 @@ public class TsbDeliveryTask {
 	 * @throws Exception
 	 */
 	//@Scheduled(cron = "${cron.delivery.tsbDeliveryOrderJob}")
-	@Scheduled(fixedDelay = 3500000)
+	// @Scheduled(fixedDelay = 3500000)
 	@Async
 	public void tsbDeliveryOrderJob() throws Exception {
 		deliveryOrderJob.run("cron.delivery.tsbDeliveryOrderJob");