Commit ae9528bb authored by litengwei's avatar litengwei

bug 提交

parent fd6876f1
...@@ -212,6 +212,7 @@ public class FireContingencyHandler implements EventHandler{ ...@@ -212,6 +212,7 @@ public class FireContingencyHandler implements EventHandler{
result.add(tempmap1); result.add(tempmap1);
ContingencyRo paramObj = new ContingencyRo(); ContingencyRo paramObj = new ContingencyRo();
paramObj.setBatchNo(contingencyRo.getBatchNo()); paramObj.setBatchNo(contingencyRo.getBatchNo());
paramObj.setEquipmentId(contingencyRo.getEquipmentId());
contingencyAction.sendcmdT("recordarea", paramObj, result); contingencyAction.sendcmdT("recordarea", paramObj, result);
if (equipment != null) { if (equipment != null) {
publisherPlanLog(stepCode, buttonCode, batchNo); publisherPlanLog(stepCode, buttonCode, batchNo);
......
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