diff --git a/index.js b/index.js index db91ac4..1d78d7e 100644 --- a/index.js +++ b/index.js @@ -151,7 +151,7 @@ server.get('/list_changes', bodyParser.json(), function (req, res) { var callback = function(arg){ sql = arg; - console.log(new Date().toISOString() +"-------------------------get scenario:------------------------------") + console.log(new Date().toISOString() +"-------------------------list changes:------------------------------") console.log(req.body); //parse the where clause into the main sql statement sql = sql.replace(new RegExp("replace_user",'g'),JSON.stringify(req.body))