Commit 8f11c773 authored by 顾俭's avatar 顾俭

暂停物料自动同步

parent 7f3e64a1
...@@ -66,8 +66,8 @@ public class ProductSyncClient extends WebServiceClient { ...@@ -66,8 +66,8 @@ public class ProductSyncClient extends WebServiceClient {
@Autowired @Autowired
private TIPTOPServiceGateWayPortType tiptopWsProxy; private TIPTOPServiceGateWayPortType tiptopWsProxy;
//@Scheduled(fixedDelay = 600000) // @Scheduled(fixedDelay = 600000)
@Scheduled(cron = "0 0 10,15,22 * * *") // @Scheduled(cron = "0 0 10,15,22 * * *")
public void autoSync() { public void autoSync() {
try { try {
logger.info("product auto sync start."); logger.info("product auto sync start.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment