Commit f54acf5f by lijingjing

Merge remote-tracking branch 'origin/master'

parents ad22e0ae 5cef27b8
......@@ -52,7 +52,7 @@ public class EntrustSampleItemIndexServiceImpl extends BaseServiceImpl<EntrustSa
public List<EntrustSampleItemIndex> listBySampleId(Long id) {
List<EntrustSampleItem> itemList = entrustSampleItemService.list(Condition.create().eq("entrust_sample_id",id));
if (CollectionUtils.isNotEmpty(itemList)){
if (CollectionUtils.isEmpty(itemList)){
return null;
}
List<Long> itemIds= itemList.stream().map(s->{
......
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