|
|
|
@ -445,7 +445,7 @@ public class FdpMonitorServiceImpl extends BaseServiceImpl<FdpMonitorMapper, Fdp
|
|
|
|
|
diagnoseStatusVo.setMessage("诊断成功"); |
|
|
|
|
diagnoseStatusVo.setData(nextstep.getData()); |
|
|
|
|
r2.setData(diagnoseStatusVo); |
|
|
|
|
key = taskDTO.getId().toString(); |
|
|
|
|
// key = taskDTO.getId().toString();
|
|
|
|
|
redisTemplate.opsForValue().set(fdpReturnValuePath + "_" + key, JSONObject.toJSONString(r2)); |
|
|
|
|
redisTemplate.expire(fdpReturnValuePath + "_" + key, 30, TimeUnit.MINUTES); |
|
|
|
|
return nextstep; |
|
|
|
|