tsit05 4 lat temu
rodzic
commit
81d2d8a399

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

@@ -117,7 +117,7 @@ public class TsbWithdrawTask {
 	 * @throws Exception
 	 */
 	@Scheduled(cron = "${cron.withdraw.cj.invoice.receive}")
-	@Scheduled(fixedDelay = 3500000)
+	//@Scheduled(fixedDelay = 3500000)
 	@Async
 	public void withdrawCjInvoiceReceiveJob() throws Exception {
 		tsbCjWithdrawInvoiceJob.runById("cron.withdraw.cj.invoice.receive");