[ server ] [ execution ]- optimize execution accomplish

This commit is contained in:
zeaslity
2023-01-13 17:11:04 +08:00
parent 4139e835e2
commit 8c8c445c74
11 changed files with 269 additions and 117 deletions

View File

@@ -22,7 +22,7 @@ public class ExecutionMessage {
public static String GetResultKey(String topicName) {
return topicName + "Execution:" + TimeUtils.currentTimeStringFullSplit();
return topicName + "-Execution:" + TimeUtils.currentTimeStringFullSplit();
}
}