feat:删除投顾agent必要的id(不要合并这一版)

This commit is contained in:
2026-09-14 11:15:27 +08:00
parent a7f9e182a4
commit 783083f5d8
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -319,7 +319,6 @@ async def chat_stream(
headers={"X-Trace-Id": trace_id},
)
else:
customer_id = chat_request.customer_id
relation = await ensure_customer_access(
db, advisor_id=user.id, customer_id=int(customer_id)
)