Commit 47c0c1c6 by huangfusuper

Merge remote-tracking branch 'origin/developer' into developer

parents 9c15a34a 6db325c2
...@@ -106,7 +106,7 @@ public class ApiNodeServiceImpl implements ApiNodeService { ...@@ -106,7 +106,7 @@ public class ApiNodeServiceImpl implements ApiNodeService {
RunLog runLog = RunLog.builder().isEnd(false).runLog("等待服务器分配资源").build(); RunLog runLog = RunLog.builder().isEnd(false).runLog("等待服务器分配资源").build();
String runKey = "REAL:EXEC:" + logId; String runKey = "REAL:EXEC:" + logId;
stringRedisTemplate.convertAndSend(runKey, JSON.toJSONString(runLog, WriteClassName)); stringRedisTemplate.opsForList().rightPush(runKey, JSON.toJSONString(runLog, WriteClassName));
return runKey; return runKey;
} }
......
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