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

Commit 06e9106b authored by zhengfuxin's avatar zhengfuxin

是否展示 不展示。

parent c93ba38f
...@@ -123,6 +123,7 @@ public class KylinRecommendActiveServiceImpl implements IKylinRecommendActiveSer ...@@ -123,6 +123,7 @@ public class KylinRecommendActiveServiceImpl implements IKylinRecommendActiveSer
List<KylinPerformanceVo> newList = ObjectUtil.getKylinPerformanceVoArrayList(); List<KylinPerformanceVo> newList = ObjectUtil.getKylinPerformanceVoArrayList();
newList.add(performancesInfo); newList.add(performancesInfo);
List<KylinPerformanceVo> kylinPerformanceVos = kylinPerformancesService.checkAppStatus(newList); List<KylinPerformanceVo> kylinPerformanceVos = kylinPerformancesService.checkAppStatus(newList);
if(null!=performancesInfo.getIsShow()&&performancesInfo.getIsShow()==0){kylinPerformanceVos=null; }
if(null!=kylinPerformanceVos&&kylinPerformanceVos.size()>0){ if(null!=kylinPerformanceVos&&kylinPerformanceVos.size()>0){
performancesInfo=kylinPerformanceVos.get(0); performancesInfo=kylinPerformanceVos.get(0);
kylinRecommendActiveRelationVo.setKylinPerformanceVo(performancesInfo); kylinRecommendActiveRelationVo.setKylinPerformanceVo(performancesInfo);
......
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