mirror of
https://gitee.com/anji-plus/report.git
synced 2026-03-20 09:38:35 +08:00
Update GaeaDictItemServiceImpl.java
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user