|
|
@ -110,6 +110,7 @@ public class GrassRootsGovernServiceImpl implements GrassRootsGovernService { |
|
|
|
} |
|
|
|
PageHelper.startPage(NumConstant.ONE,param.getTopNum()); |
|
|
|
if (StringUtils.isNotEmpty(param.getAreaCode())){ |
|
|
|
// 目前只有平阴大屏才会传areaCode,下面的sql限制住状态为:处理中
|
|
|
|
result = screenDifficultyDataDao.selectDifficultyByAreaCode(param.getAreaCode(),param.getType()); |
|
|
|
}else { |
|
|
|
result = screenDifficultyDataDao.selectDifficulty(param.getAgencyId(),param.getType()); |
|
|
|