This commit is contained in:
yumoqing 2025-10-23 23:37:25 +08:00
parent 1421b1def5
commit 3be58a3e6a

View File

@ -7,7 +7,7 @@ class PayeeCharge:
self.resourceid = resourceid
self.ctid = ctid
async get_ct_specs(self, sor):
async def get_ct_specs(self, sor):
sql = """select a.charge_type_spec_mode as spec_type, b.*
from charge_type a, charge_type_spec b
where a.id = ${ctid}