Commit 1ae9c3cd by 蒋勇

d

parent edccfc5d
......@@ -62,7 +62,7 @@ class RptTypeService extends ServiceBase{
self.redisClient.delete("batch"+batchid);
//改变批的状态为解析完毕
batch.batchstatuscode="calc";
batch.save({transaction:t});
await 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