Commit 0e5e910d authored by litengwei's avatar litengwei

解决视频频繁加载

parent 4291ece1
...@@ -254,7 +254,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService { ...@@ -254,7 +254,7 @@ public class ContingencyPlanServiceImpl implements IContingencyPlanService {
String topic = String.format("/%s/%s/%s", serviceName, stationName, "plan"); String topic = String.format("/%s/%s/%s", serviceName, stationName, "plan");
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
JSONObject msgContext = new JSONObject(); JSONObject msgContext = new JSONObject();
msgContext.put("content", "startPlan"); msgContext.put("content", "startPlanFirst");
map.put("contingency", new ContingencyRo()); map.put("contingency", new ContingencyRo());
// map.put("msgContext", "{\"content\":\"startPlan\"}"); // map.put("msgContext", "{\"content\":\"startPlan\"}");
map.put("msgContext", msgContext); map.put("msgContext", msgContext);
......
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