This commit is contained in:
Hermes Agent 2026-06-23 14:13:42 +08:00
parent 56ae61a992
commit 6f6ae6b66a

View File

@ -102,7 +102,7 @@ async with db.sqlorContext(dbname) as sor:
# Create payment log in unipay for audit trail # Create payment log in unipay for audit trail
unipay_dbname = get_module_dbname('unipay') unipay_dbname = get_module_dbname('unipay')
async with db.sqlorContext(unipay_dbname) as unipay_sor: async with db.sqlorContext(unipay_dbname) as unipay_sor:
plog_id = getID() plog_id = uuid()
biz_date = await get_business_date(sor) biz_date = await get_business_date(sor)
now_str = timestampstr() now_str = timestampstr()
plog_data = { plog_data = {