1.修改方法名

This commit is contained in:
whm
2025-11-01 13:52:18 +08:00
parent 48afb0a25e
commit c7dc9b875a
3 changed files with 8 additions and 4 deletions

View File

@@ -411,7 +411,7 @@ def get_all_section_by_account(request: SectionByAccountRequest, db: Session = D
try:
account_id = request.account_id
section_service = SectionDataService()
result_data = section_service.get_all_section_by_account(db, account_id=account_id)
result_data = section_service.get_by_section_id(db, account_id=account_id)
return DataResponse(
code=ResponseCode.SUCCESS,
message="查询成功",