Compare commits
No commits in common. "e10dcf991446eb2039595934965c2102a8aa8775" and "16924ec6d381cf555f30d87cd13c69715e5a9d5e" have entirely different histories.
e10dcf9914
...
16924ec6d3
@ -15,16 +15,19 @@ class ConsumeBiz(PFBiz):
|
||||
self.db = DBPools()
|
||||
self.action = od.action
|
||||
self.orderid = od['orderid']
|
||||
self.curdate = od.biz_date
|
||||
self.timestamp = od.timestamp
|
||||
self.timestamp = timestampstr()
|
||||
self.action = od['action']
|
||||
self.billid = getID()
|
||||
self.customerid = od['customerid']
|
||||
self.resellerid = od['resellerid']
|
||||
self.transamount = od['recharge_amt']
|
||||
self.productid = od['productid']
|
||||
self.providerid = od['providerid']
|
||||
# self.providerid = od['providerid']
|
||||
self.summary = f'{self.action}|{self.customerid}|{self.resellerid}|{self.productid}'
|
||||
self.variable = od.variable
|
||||
self.variable = {
|
||||
"交易金额": log['transamt'],
|
||||
"交易手续费": log['transfee']
|
||||
}
|
||||
|
||||
async def get_orgid_by_trans_role(self, sor, leg, role):
|
||||
if role == 'owner':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user