bugfix
This commit is contained in:
parent
56ae61a992
commit
6f6ae6b66a
@ -102,7 +102,7 @@ async with db.sqlorContext(dbname) as sor:
|
||||
# Create payment log in unipay for audit trail
|
||||
unipay_dbname = get_module_dbname('unipay')
|
||||
async with db.sqlorContext(unipay_dbname) as unipay_sor:
|
||||
plog_id = getID()
|
||||
plog_id = uuid()
|
||||
biz_date = await get_business_date(sor)
|
||||
now_str = timestampstr()
|
||||
plog_data = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user