|
|
@@ -38,6 +38,7 @@ public class WxProfitSharingOrderController extends BaseController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private WxProfitSharingOrderService wxProfitSharingOrderService; |
|
|
private WxProfitSharingOrderService wxProfitSharingOrderService; |
|
|
|
|
|
|
|
|
|
|
|
@TenantIgnore |
|
|
@ApiOperation("分页列表接口") |
|
|
@ApiOperation("分页列表接口") |
|
|
@GetMapping("list") |
|
|
@GetMapping("list") |
|
|
@ApiImplicitParams({ |
|
|
@ApiImplicitParams({ |
|
|
@@ -48,6 +49,7 @@ public class WxProfitSharingOrderController extends BaseController { |
|
|
if (null == order) { |
|
|
if (null == order) { |
|
|
order = new WxProfitSharingOrderQueryVo(); |
|
|
order = new WxProfitSharingOrderQueryVo(); |
|
|
} |
|
|
} |
|
|
|
|
|
order.updateTenantInfo(getTenantInfo()); |
|
|
final PageInfo<WxProfitSharingOrderVo> page = wxProfitSharingOrderService.listAsPage(order, pageNum, pageSize); |
|
|
final PageInfo<WxProfitSharingOrderVo> page = wxProfitSharingOrderService.listAsPage(order, pageNum, pageSize); |
|
|
return new ResultData(page); |
|
|
return new ResultData(page); |
|
|
} |
|
|
} |
|
|
|