bugfix
This commit is contained in:
parent
eb54b65f6a
commit
54ed32435d
@ -267,7 +267,8 @@ class PricingProgram:
|
|||||||
raise Exception(e)
|
raise Exception(e)
|
||||||
|
|
||||||
async def charging(sor, ppid, data):
|
async def charging(sor, ppid, data):
|
||||||
biz_date = await get_business_date(sor)
|
env = ServerEnv()
|
||||||
|
biz_date = await env.get_business_date(sor)
|
||||||
sql = """select a.name, a.ownerid, a.providerid,
|
sql = """select a.name, a.ownerid, a.providerid,
|
||||||
pricing_belong, discount, b.pricing_data
|
pricing_belong, discount, b.pricing_data
|
||||||
from pricing_program a, pricing_program_timing b
|
from pricing_program a, pricing_program_timing b
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user