|
|
|
|
@ -74,6 +74,10 @@ public class KhGatherController extends BaseController {
|
|
|
|
|
for (Object oldchild : oldchildren) {
|
|
|
|
|
newChildren.put(oldchild);
|
|
|
|
|
}
|
|
|
|
|
JSONObject zongfen = new JSONObject();
|
|
|
|
|
zongfen.put("name",PinYinUtil.getPinyinInitials(hz_name)+"_zf");
|
|
|
|
|
zongfen.put("label","总分");
|
|
|
|
|
newChildren.put(zongfen);
|
|
|
|
|
head.put("children", newChildren);
|
|
|
|
|
header.put(head);
|
|
|
|
|
|
|
|
|
|
|