Commit ed639459 by jinfeng.wang

init tree_tag

parent fba74fc5
...@@ -125,7 +125,7 @@ public class TreeTagController { ...@@ -125,7 +125,7 @@ public class TreeTagController {
} }
JsonObject jsonObject = GsonUtil.String2JsonObject(result.toString()); JsonObject jsonObject = GsonUtil.String2JsonObject(result.toString());
if (jsonObject.get("code").getAsInt() == 200) { if (jsonObject.get("code").getAsInt() == 200) {
execId = jsonObject.get("execId").getAsString(); execId = jsonObject.get("data").getAsJsonObject().get("execId").getAsString();
} }
} catch (IOException e) { } catch (IOException e) {
logger.info("Execute Failed!!!"); logger.info("Execute Failed!!!");
......
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