瀏覽代碼

关联申请清单至方案清单中

ellisran 5 月之前
父節點
當前提交
9bd356e11f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/service/change_plan.js

+ 3 - 0
app/service/change_plan.js

@@ -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);