Commit 2f954c9e authored by xianyang's avatar xianyang

代码优化

parent b83824d2
......@@ -210,8 +210,9 @@ def query_guilds_info(uuid: str, token=Depends(login_required)):
def read_account(date: Optional[str] = "",
unique_tag: Optional[str] = "",
account_type: Optional[str] = "",
token=Depends(login_required)):
"""月,业务类型,消费类型,出入账目统计"""
token=Depends(login_required)
):
"""月,业务类型,消费类型,出入账目统计(账户类型汇总)"""
if not date or (not unique_tag and not account_type):
return HttpResultResponse(code=500, msg=HttpMessage.MISSING_PARAMETER)
if account_type and not unique_tag:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment