|
@@ -122,7 +122,7 @@ public class TopNuoMplatformLogServiceImpl extends ServiceImpl<TopNuoMplatformLo
|
|
|
TopNuoMplatformLog update = new TopNuoMplatformLog();
|
|
|
update.setId(id);
|
|
|
update.setResult(result);
|
|
|
- ; JSONObject jsonObject = (JSONObject) JSONObject.parse(result);
|
|
|
+ JSONObject jsonObject = (JSONObject) JSONObject.parse(result);
|
|
|
String code = String.valueOf(jsonObject.get("code"));
|
|
|
String describe = String.valueOf(jsonObject.get("describe"));
|
|
|
update.setResultCode(code);
|