Commit 7c30d7b3 authored by xinglei's avatar xinglei

*)字段返回null

parent 425d40e9
......@@ -168,8 +168,8 @@ public class InspectionServiceImpl implements InspectionService {
jsonObject.put("lawsuitOrgName", parentCompanyName.substring(0, parentCompanyName.indexOf("区") + 1) + "人员法院");
} else {
jsonObject = new JSONObject();
jsonObject.put("reconsiderOrgName", "");
jsonObject.put("lawsuitOrgName", "");
jsonObject.put("reconsiderOrgName", null);
jsonObject.put("lawsuitOrgName", null);
}
return jsonObject;
......
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