Commit b5128458 by 王昆

gsb

parent 117293c7
......@@ -40,6 +40,7 @@ class DownContractClient {
}
for (let i = 0; i < len; i++) {
let item = await redisClient.rpop("bpo:contract:download");
console.log(item);
item = JSON.parse(item);
try {
await this.sve[item.sve].downloadContract(item.id);
......
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