This commit is contained in:
van
2026-04-11 22:35:39 +08:00
parent 5205d8c155
commit 94f319514e
14 changed files with 296 additions and 30 deletions

View File

@@ -58,6 +58,13 @@ public class JarvisGoofishProperties {
*/
private String autoShipOrderStatuses = "12";
/**
* 定时/增量「订单列表」拉单是否仅请求 {@link #autoShipOrderStatuses} 中的状态(通常即待发货)。
* 为 true 时可显著减少列表与后续详情拉取次数;其余状态依赖开放平台推送回调刷新。
* 全量历史回补若需全状态,可临时设为 false。
*/
private boolean pullListOnlyAutoShipStatuses = true;
/**
* 未在 erp_open_config 配置 express_code 时,自动发货使用的默认快递公司编码(官方列表中日日顺多为 rrs
*/