this is 3.24 update

This commit is contained in:
chen-xin-zhi 2025-03-29 02:03:25 +08:00
parent e10feb602f
commit 6b45fdb8af

View File

@ -106,7 +106,7 @@ public class PendingServiceGoodController {
long current = bookingOrderQueryRequest.getCurrent();
long pageSize = bookingOrderQueryRequest.getPageSize();
long total = pendingServiceOrderList.size();
long total = pendingServiceGoodVOList.size();
long pages = (total + pageSize - 1) / pageSize;
Page<PendingServiceGoodVO> voPage = new Page<>();