瀏覽代碼

Merge branch 'sowon' into develop

sowon4187 5 年之前
父節點
當前提交
41e4a0ee6c
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/main/java/com/style24/batch/biz/task/TsbCustomerTask.java

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

@@ -218,9 +218,8 @@ public class TsbCustomerTask {
 	 * @author sowon
 	 * @since 2021. 05. 27
 	 */
-	//@Scheduled(cron = "${cron.customer.giftcard.expect.notify}")
-	//@Async
-	@Scheduled(fixedDelay=3500000)
+	@Scheduled(cron = "${cron.customer.giftcard.expect.notify}")
+	@Async
 	public void giftcardExpectJob() throws Exception {
 		expectGiftcardJob.runById("cron.customer.giftcard.expect.notify");
 	}