Commit 90b52022 by 孙亚楠

d

parent d826c74f
...@@ -59,7 +59,7 @@ class Zzzd extends WEBBase { ...@@ -59,7 +59,7 @@ class Zzzd extends WEBBase {
return system.getResult(null,`一级行业ID不能为空`) return system.getResult(null,`一级行业ID不能为空`)
} }
try { try {
await this.redisClient.delete(`industryTwo:${pobj.actionBody.industryId}`); // await this.redisClient.delete(`industryTwo:${pobj.actionBody.industryId}`);
let _industryTwo =await this.redisClient.get(`industryTwo:${pobj.actionBody.industryId}`); let _industryTwo =await this.redisClient.get(`industryTwo:${pobj.actionBody.industryId}`);
if(_industryTwo){ if(_industryTwo){
opResult = system.getResult(JSON.parse(_industryTwo)); opResult = system.getResult(JSON.parse(_industryTwo));
......
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