json.put(DwzAjaxJsonUtil.KEY_STATUSCODE, 300);
json.put(DwzAjaxJsonUtil.KEY_MESSAGE, "操作失败!");
}
else
{
Community c = communityService.findById(community.getId());
ReflectionUtils.copyPorperties(c, community, new String[] { "name",
"pinyinName", "districtId" });
communityService.update(c);
}
super.writeMap(json);