json.put(DwzAjaxJsonUtil.KEY_STATUSCODE, 300);
json.put(DwzAjaxJsonUtil.KEY_MESSAGE, "操作失败!");
}
else
{
School sl = schoolService.findById(school.getId());
ReflectionUtils.copyPorperties(sl, school, new String[] { "name",
"englishName", "districtId" });
schoolService.update(sl);
}
super.writeMap(json);