feat:删除投顾agent必要的id(不要合并这一版)
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user