From 497c56ab634a833c8d2f75004351acf0fd0b4f57 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 25 Mar 2025 18:34:08 +0800 Subject: [PATCH] =?UTF-8?q?3/25=20=E4=BC=98=E5=8C=961.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java b/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java index fd1c913c0..bee85f0ab 100644 --- a/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java +++ b/src/main/java/com/glxp/api/service/thrsys/impl/ThrProductsServiceImpl.java @@ -293,7 +293,7 @@ public class ThrProductsServiceImpl extends ServiceImpl 500) { + if (list.size() > 200) { log.error("List size exceeds 1000, stopping the loop." + list.size()); break; }