|
|
@ -61,7 +61,7 @@ public class AdminAppraiseServiceImpl implements AdminAppraiseService {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public IndexData getIndexData(String periodId) {
|
|
|
|
public IndexData getIndexData(String periodId) {
|
|
|
|
final int SLICE_SIZE = 100;
|
|
|
|
final int SLICE_SIZE = 10;
|
|
|
|
if (StringUtils.isBlank(periodId)) {
|
|
|
|
if (StringUtils.isBlank(periodId)) {
|
|
|
|
throw new ServiceException(ErrorCode.PARAMS_ERROR.getCode(), "不能为空");
|
|
|
|
throw new ServiceException(ErrorCode.PARAMS_ERROR.getCode(), "不能为空");
|
|
|
|
}
|
|
|
|
}
|
|
|
|