Commit e676625e by 蒋勇

d

parent 639f4c7f
...@@ -38,7 +38,11 @@ class RptTypeService extends ServiceBase{ ...@@ -38,7 +38,11 @@ class RptTypeService extends ServiceBase{
if(currentval==0){ if(currentval==0){
await self.redisClient.rpush("riskmq",JSON.stringify({ await self.redisClient.rpush("riskmq",JSON.stringify({
key:new Date().toLocaleString(), key:new Date().toLocaleString(),
content:batchid+"" content:{
batchcode:batchid+"",
taxTypeCode:batch.taxtypecode,
accountTypeCode:batch.accountstandardcode,
}
})); }));
self.redisClient.delete("batch"+batchid); self.redisClient.delete("batch"+batchid);
//改变批的状态为解析完毕 //改变批的状态为解析完毕
......
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