Commit edccfc5d by 蒋勇

d

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