From 5542e4cacc7bfb78f7ab44b27fbec4fd0a748028 Mon Sep 17 00:00:00 2001 From: Trowbridge Date: Wed, 6 Mar 2019 06:06:25 -0500 Subject: [PATCH] change amount field --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1161fc8..789f473 100644 --- a/index.js +++ b/index.js @@ -333,7 +333,7 @@ server.get('/addmonth_v', bodyParser.json(), function (req, res) { //console.log(args); w = `WITH - target AS (select ` + req.body.volume_dollars + ` incr) + target AS (select ` + req.body.amount + ` incr) ,GLD AS ( SELECT N1COMP COMP