This commit is contained in:
van
2026-05-19 23:15:05 +08:00
parent 379a11ae63
commit 4aec0177dd
9 changed files with 104 additions and 4 deletions

View File

@@ -40,6 +40,12 @@ public class ErpGoofishOrderController extends BaseController {
return getDataTable(list);
}
@PreAuthorize("@ss.hasPermi('jarvis:erpGoofishOrder:list')")
@GetMapping("/stats/rrsLogistics")
public AjaxResult rrsLogisticsStats() {
return AjaxResult.success(erpGoofishOrderService.selectRrsJdLinkedLogisticsStats());
}
@PreAuthorize("@ss.hasPermi('jarvis:erpGoofishOrder:list')")
@GetMapping("/list")
public TableDataInfo list(ErpGoofishOrder query) {

View File

@@ -208,7 +208,7 @@ jarvis:
adhoc-pending-batch-size: 50
# 物流扫描LogisticsScanTask轮询 JD 单拉运单 + drain 分享链队列
scan:
cron: "0 */20 * * * ?"
cron: "0 */5 * * * ?"
order-delay-ms: 250
# 0=不限制;例如 40 可控制单轮最长耗时(余下下轮再扫)
max-orders-per-round: 0

View File

@@ -206,7 +206,7 @@ jarvis:
health-path: /health
adhoc-pending-batch-size: 50
scan:
cron: "0 */20 * * * ?"
cron: "0 */5 * * * ?"
order-delay-ms: 250
max-orders-per-round: 0
# 获取评论接口服务地址(后端转发)