update
This commit is contained in:
parent
f809f22ea5
commit
ebef0f06ba
|
|
@ -194,6 +194,7 @@ class HuobanyunService:
|
|||
query_value = req.query or req.keyword or ""
|
||||
linkage_params = req.linkage_params or raw.get("linkage_params") or {}
|
||||
linkage_project_no = linkage_params.get("项目单号") if isinstance(linkage_params, dict) else None
|
||||
logger.info("外部选项请求: token_key=%s linkage_project_no=%s", key, linkage_project_no)
|
||||
|
||||
payload: Dict[str, Any] = {"table_id": table_id, "limit": limit, "offset": offset}
|
||||
if linkage_project_no:
|
||||
|
|
|
|||
Loading…
Reference in New Issue