3/25 优化1.0

lh_dev_fifo
wangwei 4 months ago
parent f9653f920b
commit 497c56ab63

@ -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;
}

Loading…
Cancel
Save