Commit b7e8f754 by 蒋勇

d

parent db48f873
......@@ -48,10 +48,10 @@ class RptTypeService extends ServiceBase{
}));
console.log(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>sended...........");
self.redisClient.delete("batch"+batchid);
await self.redisClient.delete("batch"+batchid);
//改变批的状态为解析完毕
batch.batchstatuscode="calc";
batch.save();
await batch.save();
}
return {};
});
......
......@@ -93,6 +93,7 @@ var settings = {
idle: 1000000
},
debug:false,
logging:false,
dialectOptions:{
requestTimeout: 999999,
// instanceName:'DEV'
......
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