Преглед изворни кода

Update GaeaDictItemServiceImpl.java

peiyanni пре 4 година
родитељ
комит
4aecd5092d

+ 1 - 0
report-core/src/main/java/com/anjiplus/template/gaea/business/modules/dict/service/impl/GaeaDictItemServiceImpl.java

@@ -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;
     }
+
 }