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();
             this.transaction = await this.db.beginTransaction();
             try {
             try {
                 const data = {
                 const data = {
-                    cust_acc_id,
+                    cust_acc_id: -1,
                     tender_id,
                     tender_id,
                     rpt_tpl_items: newRptItems,
                     rpt_tpl_items: newRptItems,
                 };
                 };