@@ -138,6 +138,9 @@ module.exports = app => {
oamount: c.oamount,
camount: c.camount,
spamount: c.camount,
+ new_up: c.new_up,
+ ex_memo1: c.ex_memo1,
+ ex_memo2: c.ex_memo2,
});
}
if (insertArray.length > 0) await this.transaction.insert(this.ctx.service.changePlanList.tableName, insertArray);