|
@@ -128,8 +128,8 @@ public class KuaishouSupplyChainServiceImpl extends ServiceImpl<KuaishouSupplyCh
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
|
|
|
|
- if (list.size() >= 200) {
|
|
|
|
- getOrderList(cookie, offset + 200, orderCreateTimeStart, orderCreateTimeEnd, itemMap);
|
|
|
|
|
|
+ if (list.size() >= 100) {
|
|
|
|
+ getOrderList(cookie, offset + 100, orderCreateTimeStart, orderCreateTimeEnd, itemMap);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|