Tony Kang 1 年之前
父節點
當前提交
ca86a6d9cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/rpt_tree_node_cust.js

+ 1 - 1
app/service/rpt_tree_node_cust.js

@@ -92,7 +92,7 @@ module.exports = app => {
             this.transaction = await this.db.beginTransaction();
             try {
                 const data = {
-                    cust_acc_id,
+                    cust_acc_id: -1,
                     tender_id,
                     rpt_tpl_items: newRptItems,
                 };