|
const pointData = { customer, point: costTotal, time: buy_time, source: '-2', source_id: order_id };
|
|
const pointData = { customer, point: costTotal, time: buy_time, source: '-2', source_id: order_id };
|
|
this.tran.insert('Point', pointData);
|
|
this.tran.insert('Point', pointData);
|