|
|
|
@@ -88,7 +88,7 @@ public class NeuPosAdminController extends BaseController { |
|
|
|
} |
|
|
|
setDate(example); |
|
|
|
example.setOrgId(24); |
|
|
|
PageInfo<Map> maplist = neuPosOrderService.queryShopPayOrderList(example,1,10000); |
|
|
|
PageInfo<Map> maplist = neuPosOrderService.queryShopPayOrderList(example,pageNum,pageSize); |
|
|
|
return new ResultData(maplist); |
|
|
|
} |
|
|
|
|
|
|
|
|