|
|
@ -126,6 +126,9 @@ public class IndexExplainServiceImpl implements IndexExplainService { |
|
|
|
//不下钻
|
|
|
|
scoreList = gridSubScoreDao.selectGridSubScore(ablityListFormDTO); |
|
|
|
} |
|
|
|
if (scoreList == null || tableList == null) { |
|
|
|
return; |
|
|
|
} |
|
|
|
for (IndexScoreResult score : scoreList) { |
|
|
|
for (IndexScoreDetailResult tb : tableList) { |
|
|
|
if (tb.getIndexCode().equals(score.getIndexCode())) { |
|
|
@ -136,6 +139,8 @@ public class IndexExplainServiceImpl implements IndexExplainService { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
break; |
|
|
|
default: |
|
|
|
|
|
|
|