|
@@ -189,7 +189,8 @@ public class ProductOrderFacade extends ProductOrderServiceImpl {
|
|
|
Page page =new Page();
|
|
|
if(productOrderVO.getCurrent() ==null ){
|
|
|
productOrderVO.setCurrent(1L);
|
|
|
- }else if(productOrderVO.getSize() ==null){
|
|
|
+ }
|
|
|
+ if(productOrderVO.getSize() ==null){
|
|
|
productOrderVO.setSize(10L);
|
|
|
}
|
|
|
if(productOrderVO.getCurrent() !=0 && productOrderVO.getSize() != 0){
|