|
|
@@ -797,7 +797,8 @@ class Worker {
|
|
|
balanceBefore: beforeCount,
|
|
|
balanceAfter: beforeCount - 1,
|
|
|
bizType: 'run_consume',
|
|
|
- bizId: consumeKey
|
|
|
+ bizId: consumeKey,
|
|
|
+ remark: `${account || uuid}乐跑扣除`
|
|
|
})
|
|
|
|
|
|
await conn.commit()
|
|
|
@@ -866,7 +867,8 @@ class Worker {
|
|
|
balanceBefore: beforeCount,
|
|
|
balanceAfter: beforeCount + 1,
|
|
|
bizType: 'run_refund',
|
|
|
- bizId: refundKey
|
|
|
+ bizId: refundKey,
|
|
|
+ remark: `${account || uuid}乐跑失败返还`
|
|
|
})
|
|
|
|
|
|
await conn.commit()
|