记得上下班打卡 | git大法好,push需谨慎

Commit 572b55cf authored by 姜秀龙's avatar 姜秀龙

LostFoundItem null

parent c1f8741e
......@@ -126,6 +126,9 @@ public class SweetLostFoundItemServiceImpl extends ServiceImpl<SweetLostFoundIte
lostFoundRedisUtils.setItemList(performanceId, itemVos);
if(null == itemType) {
return itemVos;
}
return itemVos.stream()
.filter(item -> itemType.equals(item.getItemType()))
.collect(Collectors.toList());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment