Commit a9e7cbb1 authored by 赵建伟's avatar 赵建伟

update codes

parent bf5f978d
...@@ -86,7 +86,6 @@ public class PortraitMonitorShdOperator implements BaseOperator{ ...@@ -86,7 +86,6 @@ public class PortraitMonitorShdOperator implements BaseOperator{
return true; return true;
} }
} }
}
String appAction = appObject.getString("action"); String appAction = appObject.getString("action");
if (null != appAction) { if (null != appAction) {
String[] edits = {"create", "update", "answer"}; String[] edits = {"create", "update", "answer"};
...@@ -101,6 +100,7 @@ public class PortraitMonitorShdOperator implements BaseOperator{ ...@@ -101,6 +100,7 @@ public class PortraitMonitorShdOperator implements BaseOperator{
} }
} }
} }
}
String type = jsonObject.getString("type"); String type = jsonObject.getString("type");
String device = jsonObject.getString("device"); String device = jsonObject.getString("device");
if (null != type && null != device) { if (null != type && null != device) {
......
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