Commit 9664b7fb by 蒋勇

d

parent 842f662b
......@@ -27,7 +27,8 @@ class RptTypeService extends ServiceBase{
position:hd.position,
valstr:hd.valstr,
desc:hd.desc,
uploadrpt_id:rptid
uploadrpt_id:rptid,
uploadbatch_id:batchid,
};
hisarray.push(h);
});
......
......@@ -224,15 +224,15 @@ class RedisClient {
}
}
module.exports = RedisClient;
// var client=new RedisClient();
// (async ()=>{
// await client.rpush("tasklist","xxx");
// await client.rpush("tasklist","xxx");
// var len=await client.llen("tasklist");
// //await client.clearlist("tasklist");
// len=await client.llen("tasklist");
// console.log(len);
// })()
var client=new RedisClient();
(async ()=>{
await client.rpush("riskmq",JSON.stringify({
key:"riskmq",
content:"mmffddfd"
}));
console.log("end");
})()
// client.keys('*').then(s=>{
// console.log(s);
......
......@@ -3,7 +3,7 @@ var settings={
host: "43.247.184.32",
port: 8967,
password: "Gongsibao2018",
db: 11,
db: 15,
},
database: {
dbname: "fktaxctl",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment