bugfix
This commit is contained in:
parent
8c0a074c33
commit
58e3e83139
@ -36,7 +36,7 @@ class PricingProgram:
|
||||
async def get_pricing_specs_by_ppid(ppid):
|
||||
env = ServerEnv()
|
||||
dbname = env.get_module_dbname('pricing')
|
||||
db = DBPools()
|
||||
db = env.DBPools()
|
||||
async with db.sqlorContext(dbname) as sor:
|
||||
pp = PricingProgram(ppid, sor)
|
||||
await pp.init()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user