|
|
@@ -32,7 +32,8 @@ public class SyncProductWIPTask {
|
|
|
|
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass());
|
|
|
|
|
|
- @Scheduled(cron = "0 0/1 * * * ?")
|
|
|
+ //@Scheduled(cron = "0 0 2,8,14,20 * * ?")
|
|
|
+ @Scheduled(cron = "0 0 2,8,14,17,20 * * ?")
|
|
|
public void SyncProductWIP() {
|
|
|
X5JsonHttpClient x5JsonHttpClient = new X5JsonHttpClient(configuration.getX5appid(),configuration.getX5appkey(),configuration.getX5ProductWIPUrl());
|
|
|
Map<String,Object> data = new HashMap<>();
|