Commit 42011528 by Lee Munkyeong

アプリが落ちるバーグ修正

parent ae491832
......@@ -69,7 +69,7 @@ public class OperationDataJSON extends AcmsCommonJSON {
dto.taskStatus = taskJson.getInt(TaskStatus);
}
if (taskJson.has(TaskHotspotInfo) && !taskJson.get(TaskHotspotInfo).equals("")) {
dto.taskHotSpotInfo = taskJson.get(TaskHotspotInfo).toString();
dto.taskHotSpotInfo = taskJson.getJSONObject(TaskHotspotInfo).toString();
}
if (taskJson.has(TaskStatus)) {
dto.taskStatus = taskJson.getInt(TaskStatus);
......
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