Commit 1fcc3515 by Kazuyuki Hida

パース漏れの修正

parent 01d1e81a
......@@ -25,6 +25,7 @@ public class LockReportJSON extends AcmsCommonJSON {
@Override
protected void parse(JSONObject json) {
httpStatus = intOrDef(json, "httpStatus", 999);
presentTimeUTC = dateOrNull(json, "presentTimeUTC");
reportStatus = intOrDef(json, "reportStatus", 999);
reportLockUserId = stringOrNull(json, "reportLockUserId");
......
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