bugfix
This commit is contained in:
parent
7381e2fd5a
commit
bff90635c4
@ -1,4 +1,5 @@
|
||||
from ahserver.serverenv import ServerEnv
|
||||
form appPublic.log import debug, exception
|
||||
|
||||
class PricingProgram:
|
||||
def __init__(self, ppid, sor):
|
||||
@ -23,6 +24,7 @@ class PricingProgram:
|
||||
return recs
|
||||
|
||||
async def get_spec(self, psid):
|
||||
debug(f'psid={psid}')
|
||||
recs = await self.sor.R('pricing_spec', {'id', psid})
|
||||
return recs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user