...
|
...
|
@@ -133,9 +133,9 @@ public class ProductListServiceImpl implements IProductListService { |
|
|
return false;
|
|
|
}
|
|
|
|
|
|
// 1.3 搜索的数量小于20条
|
|
|
// 1.3 搜索的数量小于10条
|
|
|
JSONObject dataMap = ((JSONObject) searchResult.getData());
|
|
|
if (dataMap.getLongValue("total") >= 20L) {
|
|
|
if (dataMap.getLongValue("total") >= 10L) {
|
|
|
return false;
|
|
|
}
|
|
|
|
...
|
...
|
|