1
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
# 获取评论接口服务地址(后端转发)
|
||||
|
||||
Reference in New Issue
Block a user