摘要: //每次查一千条 int size = 1000; //读取 Integer count = yyAmazonInventoryReportMapper.findAllCount(); //查几次 int thread = count / size + 1; for (int i = 0; i < 阅读全文
posted @ 2021-08-04 10:09 这很周锐 阅读(356) 评论(0) 推荐(0)