bugfix
This commit is contained in:
parent
1421b1def5
commit
3be58a3e6a
@ -7,7 +7,7 @@ class PayeeCharge:
|
|||||||
self.resourceid = resourceid
|
self.resourceid = resourceid
|
||||||
self.ctid = ctid
|
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.*
|
sql = """select a.charge_type_spec_mode as spec_type, b.*
|
||||||
from charge_type a, charge_type_spec b
|
from charge_type a, charge_type_spec b
|
||||||
where a.id = ${ctid}
|
where a.id = ${ctid}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user