74fa10fa by chentao

no message

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