分堆打包-翻页Bug修改

This commit is contained in:
liuzhaotian
2024-09-03 10:43:31 +08:00
parent 05e68fd9bd
commit d7af73a305
@@ -121,6 +121,8 @@ public class PackServiceImpl implements PackService {
packRespVOS.setRecords(packRespVOList);
packRespVOS.setTotal(1);
orderIds.addAll(packRespVOS.getRecords().stream().map(PackRespVO::getId).toList());
}else {