xushengqiang 5 lat temu
rodzic
commit
25621b1dcf

+ 0 - 3
src/main/java/cn/efunbox/audio/impl/hag/HagContentServiceImpl.java

@@ -48,9 +48,6 @@ public class HagContentServiceImpl implements HagContentService {
         if (Objects.isNull(limit)) {
             limit = 10;
         }
-        if (limit > 1000) {
-            limit = 1000;
-        }
         Integer start = paginationReq.getStart();
         if (Objects.isNull(start)) {
             start = 0;

+ 0 - 3
src/main/java/cn/efunbox/audio/impl/hag/HagProductServiceImpl.java

@@ -32,9 +32,6 @@ public class HagProductServiceImpl implements HagProductService {
         if (Objects.isNull(limit)) {
             limit = 10;
         }
-        if (limit > 1000) {
-            limit = 1000;
-        }
         Integer start = paginationReq.getStart();
         if (Objects.isNull(start)) {
             start = 0;