This commit is contained in:
yumoqing 2025-10-27 13:29:49 +08:00
parent ab5db75ce2
commit 3665e9711b

View File

@ -9,7 +9,7 @@ class PricingProgram:
await self.get_program()
await self.get_pricing_type(self.ptid)
async def get_program():
async def get_program(self):
recs = await self.sor.R('pricing_program', {'id': self.ppid})
if len(recs):
self.__dict__.update(recs[0])