|
async refundPoint({ customer, money, source, source_id }, tran) {
|
|
async refundPoint({ customer, money, source, source_id }, tran) {
|
|
const data = { customer, money, time: moment().format('YYYY-MM-DD HH:mm:ss'), status: '1', source, source_id };
|
|
const data = { customer, money, time: moment().format('YYYY-MM-DD HH:mm:ss'), status: '1', source, source_id };
|