From 3be58a3e6a919e719c4cf8480f59b1723cfdf821 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 23 Oct 2025 23:37:25 +0800 Subject: [PATCH] bugfix --- charge/calculate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charge/calculate.py b/charge/calculate.py index 0c8601f..2d3ccae 100644 --- a/charge/calculate.py +++ b/charge/calculate.py @@ -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}