74fa10fa by chentao

no message

1 parent 550e4177
...@@ -99,6 +99,7 @@ public class BuildingBlockServiceImpl implements IBuildingBlockService { ...@@ -99,6 +99,7 @@ public class BuildingBlockServiceImpl implements IBuildingBlockService {
99 } 99 }
100 else{ 100 else{
101 List<BuildingBlockVo> list = baseMapper.selectVoList(Wrappers.<BuildingBlock>lambdaQuery().eq(BuildingBlock::getLanguage, language)); 101 List<BuildingBlockVo> list = baseMapper.selectVoList(Wrappers.<BuildingBlock>lambdaQuery().eq(BuildingBlock::getLanguage, language));
102 setInfo(list);
102 return list; 103 return list;
103 } 104 }
104 } 105 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!