Update GaeaDictItemServiceImpl.java

peiyanni 3 years ago
parent 202d129ce2
commit 4aecd5092d

@ -94,4 +94,5 @@ public class GaeaDictItemServiceImpl implements GaeaDictItemService {
Map<String, String> data = list.stream().collect(Collectors.toMap(GaeaDictItem::getItemValue, GaeaDictItem::getItemName, (v1, v2) -> v2));
return data;
}
}

Loading…
Cancel
Save