This commit is contained in:
yumoqing 2025-12-19 11:09:08 +08:00
parent 728ae2813e
commit 5748eb7d76

View File

@ -75,7 +75,7 @@ class PaymentLog:
async def unipay_accounting(request, data):
logid = data.out_trade_no
trade_id = data.trade_no
env = request._run_ns
env = ServerEnv()
db = DBPools()
dbname = env.get_module_dbname('unipay')
async with db.sqlorContext(dbname) as sor: