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

update codes

parent 7685d59a
......@@ -85,8 +85,7 @@ public class PortraitMonitorShdOperator implements BaseOperator{
}
return logTime;
}
})
.map(new MapFunction<String, JSONObject>() {
}).map(new MapFunction<String, JSONObject>() {
@Override
public JSONObject map(String value) throws Exception {
return JSONObject.parseObject(value);
......
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