@ -293,7 +293,7 @@ public class ThrProductsServiceImpl extends ServiceImpl<ThrProductsDao, ThrProdu
}
});
// 检查 list.size() 是否大于 1000
if (list.size() > 500) {
if (list.size() > 200) {
log.error("List size exceeds 1000, stopping the loop." + list.size());
break;