@@ -113,7 +113,7 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
supplyChains.add(supplyChain);
}
supplyChainMapper.replace(supplyChains);
- Thread.sleep(10000L);
+ Thread.sleep(5000L);
if (list.size() >= 5000) {
getOrderList(cookie, offset + 5000, orderCreateTimeStart, orderCreateTimeEnd, itemMap);