This commit is contained in:
vu-tran
2025-06-18 15:38:15 +07:00
parent f67af0d3e9
commit 5b3504f32a

View File

@@ -35,7 +35,7 @@ public class StockNewTask {
StockRepository stockRepository;
@PostConstruct
// @PostConstruct
@Scheduled(cron = "0 01 22 * * ?")
public void syncStock() throws Exception {