From 81b633e325f13ba6a7fef666cc11cad4d14dd86d Mon Sep 17 00:00:00 2001 From: whm <973418690@qq.com> Date: Sat, 1 Nov 2025 14:03:04 +0800 Subject: [PATCH] =?UTF-8?q?1.get=5Fall=5Fsection=5Fby=5Faccount=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=96=B9=E6=B3=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/comprehensive_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/comprehensive_data.py b/app/api/comprehensive_data.py index 082caf0..714f0f1 100644 --- a/app/api/comprehensive_data.py +++ b/app/api/comprehensive_data.py @@ -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_by_section_id(db, account_id=account_id) + result_data = section_service.get_by_account_id(db, account_id=account_id) return DataResponse( code=ResponseCode.SUCCESS, message="查询成功",