Commit 1808112c by Lee Munkyeong

Merge branch 'features/1.4.100_develop_mk' into 'features/1.4.202'

報告送信後アプリが落ちるバーグ修正

See merge request !246
parents dd7a2c6b 42011528
......@@ -68,7 +68,7 @@ public class OperationDataJSON extends AcmsCommonJSON {
if (taskJson.has(TaskStatus)) {
dto.taskStatus = taskJson.getInt(TaskStatus);
}
if (taskJson.has(TaskHotspotInfo)) {
if (taskJson.has(TaskHotspotInfo) && !taskJson.get(TaskHotspotInfo).equals("")) {
dto.taskHotSpotInfo = taskJson.getJSONObject(TaskHotspotInfo).toString();
}
if (taskJson.has(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