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