this is 3.24 update
This commit is contained in:
parent
e10feb602f
commit
6b45fdb8af
|
@ -106,7 +106,7 @@ public class PendingServiceGoodController {
|
||||||
|
|
||||||
long current = bookingOrderQueryRequest.getCurrent();
|
long current = bookingOrderQueryRequest.getCurrent();
|
||||||
long pageSize = bookingOrderQueryRequest.getPageSize();
|
long pageSize = bookingOrderQueryRequest.getPageSize();
|
||||||
long total = pendingServiceOrderList.size();
|
long total = pendingServiceGoodVOList.size();
|
||||||
long pages = (total + pageSize - 1) / pageSize;
|
long pages = (total + pageSize - 1) / pageSize;
|
||||||
|
|
||||||
Page<PendingServiceGoodVO> voPage = new Page<>();
|
Page<PendingServiceGoodVO> voPage = new Page<>();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user