Commit edccfc5d by 蒋勇

d

parent a262a411
......@@ -59,14 +59,10 @@ class RptTypeService extends ServiceBase{
}));
console.log(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>sended...........");
await self.redisClient.delete("batch"+batchid);
self.redisClient.delete("batch"+batchid);
//改变批的状态为解析完毕
batch.batchstatuscode="calc";
<<<<<<< HEAD
await batch.save({transaction:t});
=======
await batch.save();
>>>>>>> 422cb0a3bd4d59bfb998fa20ae4441a4e83c6e35
batch.save({transaction:t});
}
return {};
});
......
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