label写成了 lable

This commit is contained in:
zhaokaiyao@91isoft.com
2022-01-25 15:42:57 +08:00
parent 7d0aa45cb1
commit 0cb9d6c3f7
@@ -269,7 +269,7 @@ public class SarLawsAttrDetailedListServiceImpl extends ServiceImpl<SarLawsAttrD
List<Map<String, String>> arr = dicTypeList.stream()
.map(item -> {
Map<String, String> map = new HashMap<>();
map.put("lable", item.getLabel());
map.put("label", item.getLabel());
map.put("value", item.getValue());
return map;
}).collect(Collectors.toList());