change amount field
This commit is contained in:
parent
e61b690ec5
commit
5542e4cacc
2
index.js
2
index.js
@ -333,7 +333,7 @@ server.get('/addmonth_v', bodyParser.json(), function (req, res) {
|
|||||||
//console.log(args);
|
//console.log(args);
|
||||||
w =
|
w =
|
||||||
`WITH
|
`WITH
|
||||||
target AS (select ` + req.body.volume_dollars + ` incr)
|
target AS (select ` + req.body.amount + ` incr)
|
||||||
,GLD AS (
|
,GLD AS (
|
||||||
SELECT
|
SELECT
|
||||||
N1COMP COMP
|
N1COMP COMP
|
||||||
|
Loading…
Reference in New Issue
Block a user