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