|
@@ -166,7 +166,6 @@ public class TrainFileModeController {
|
|
|
if (json == null)
|
|
|
return JsonResult.error(ResultCode.PARAM_IS_BLANK);
|
|
|
|
|
|
- json = json.getJSONObject("params");
|
|
|
boolean flag = json.getBooleanValue("flag");
|
|
|
List<Diagnosepoint> points = JSONObject.parseArray(json.getJSONArray("points").toString(), Diagnosepoint.class);
|
|
|
List<Casefault> faults = JSONObject.parseArray(json.getJSONArray("faults").toString(), Casefault.class);
|