Tony Kang 1 year ago
parent
commit
ca86a6d9cb
1 changed files with 1 additions and 1 deletions
  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,
                 };