From 1777e550bea58971c1fe277c91c6d275226573cb Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 6 Jan 2026 16:52:44 +0800 Subject: [PATCH] bugfix --- accounting/getaccount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/getaccount.py b/accounting/getaccount.py index eae9372..2cacb7a 100644 --- a/accounting/getaccount.py +++ b/accounting/getaccount.py @@ -12,7 +12,7 @@ async def get_account(sor, accounting_orgid, orgid, subjectid, org1id=None, upda ss += " for update" sql = """select -a.*, +a.* from account a where a.subjectid = ${subjectid}$ and