| | |
| | | }); |
| | | tree.setOid((String)oidValues.stream().collect(Collectors.joining(wrapperOptions.getOidValueSep()))); |
| | | tree.setName((String) VciBaseUtil.getValueFromField("name", doObject)); |
| | | // TODO:业务数据总数统计暂时没完善 |
| | | String total = (String) VciBaseUtil.getValueFromField("total", doObject); |
| | | String isParticipateCheck = (String) VciBaseUtil.getValueFromField("isParticipateCheck", doObject); |
| | | if(Func.isNotEmpty(total)){ |
| | | tree.setCount("【"+total+"】"); |
| | | } |
| | | if(Func.isNotEmpty(isParticipateCheck)){ |
| | | tree.setIsParticipateCheck(isParticipateCheck); |
| | | }else { |
| | | tree.setIsParticipateCheck("1"); |
| | | } |
| | | if (f != null) { |
| | | tree.setText((String)f.apply(doObject)); |
| | | } else { |