Merge branch 'develop' of http://47.106.207.27:3000/AI260626/Mutual_Fund into develop_feature_customer
# Conflicts: # api/routers/advisor_agent.py
This commit is contained in:
@@ -138,7 +138,7 @@ class AdvisorAgentClient:
|
||||
customer_id: int | None = None,
|
||||
status: str | None = None,
|
||||
page: int = 1,
|
||||
page_size: int = 20,
|
||||
page_size: int = 10,
|
||||
) -> dict:
|
||||
params = {"advisor_id": advisor_id, "page": page, "page_size": page_size}
|
||||
if customer_id is not None:
|
||||
|
||||
Reference in New Issue
Block a user