|
|
@ -61,6 +61,7 @@ public class DfCheckingService extends BaseService<DfCheckingMapper, DfChecking> |
|
|
|
dto.setKey(dict.getDictValue()); |
|
|
|
dto.setValue(dict.getDictLabel()); |
|
|
|
dto.setSort(dict.getDictSort()); |
|
|
|
dto.setRemark(dict.getRemark()); |
|
|
|
dto.setChildren(getByDictTypeStream(dict.getDictValue()).map(this::getByDictTypeStream).sorted(Comparator.comparing(CommonCheckingTreeDto::getSort)).collect(Collectors.toList())); |
|
|
|
return dto; |
|
|
|
} |
|
|
|