|
|
|
|
@ -109,7 +109,7 @@ public class CommHealthCheckController {
|
|
|
|
|
|
|
|
|
|
String commandSeq = commandOutMap.get("COMMAND_SEQ").toString();
|
|
|
|
|
String commandType = commandOutMap.get("COMMAND").toString();
|
|
|
|
|
|
|
|
|
|
result.put("commandSeq",commandSeq);
|
|
|
|
|
result.put("commandType",commandType);
|
|
|
|
|
|
|
|
|
|
if(commandType.equals("sendMail")){
|
|
|
|
|
|