|
@@ -118,7 +118,7 @@ module.exports = app => {
|
|
|
if (custNode.length > 0) {
|
|
|
this.transaction = await this.db.beginTransaction();
|
|
|
custNode[0].rpt_tpl_items = newNodeItems;
|
|
|
- custNode[0].cust_acc_id = cust_acc_id;
|
|
|
+ custNode[0].cust_acc_id = -1;
|
|
|
rst = await this.transaction.update(this.tableName, custNode[0]);
|
|
|
this.transaction.commit();
|
|
|
} else {
|