解决filter数据没添加进数据库问题,获取filter数据时如果返回的数据等于500则继续获取数据

This commit is contained in:
huangzhuanghua
2016-05-19 18:37:12 +08:00
parent 735702034f
commit 8bdee4f73b
5 changed files with 11 additions and 8 deletions

View File

@ -195,7 +195,7 @@ public class DataCollectionManager {
ids.add(dataCollectionEntity.getId());
}
if (ids.size() > 20) {
if (ids.size() < 20) {
return;
}