Merge branch 'feature/mall_product' into test
commit
bccc325bda
|
@ -115,7 +115,7 @@ public class RechargeOrderController {
|
||||||
|
|
||||||
@GetMapping("/page")
|
@GetMapping("/page")
|
||||||
@Operation(summary = "获得订单分页")
|
@Operation(summary = "获得订单分页")
|
||||||
@PreAuthorize("@ss.hasPermission('shop:recharge-order:query','shop:recharge-order:refund')")
|
@PreAuthorize("@ss.hasPermission('shop:recharge-order:query')")
|
||||||
@TenantIgnore
|
@TenantIgnore
|
||||||
public CommonResult<PageResult<RechargeOrderRespVO>> getRechargeOrderPage(@Valid RechargeOrderPageReqVO pageVO) {
|
public CommonResult<PageResult<RechargeOrderRespVO>> getRechargeOrderPage(@Valid RechargeOrderPageReqVO pageVO) {
|
||||||
if (!TenantContextHolder.ID_SYSTEM.equals(SecurityFrameworkUtils.getLoginUser().getTenantId())) {
|
if (!TenantContextHolder.ID_SYSTEM.equals(SecurityFrameworkUtils.getLoginUser().getTenantId())) {
|
||||||
|
@ -139,7 +139,7 @@ public class RechargeOrderController {
|
||||||
|
|
||||||
@GetMapping("/promoterDraw-excel")
|
@GetMapping("/promoterDraw-excel")
|
||||||
@Operation(summary = "导出推广员抽佣统计")
|
@Operation(summary = "导出推广员抽佣统计")
|
||||||
@PreAuthorize("@ss.hasPermission('shop:recharge-order:export')")
|
@PreAuthorize("@ss.hasPermission('shop:recharge-order:export','shop:recharge-order-refund:export')")
|
||||||
@OperateLog(type = EXPORT)
|
@OperateLog(type = EXPORT)
|
||||||
@TenantIgnore
|
@TenantIgnore
|
||||||
public void getRechargeOrderExcel(@Valid PromoterDrawReqExcelVO excelVO, HttpServletResponse response) throws IOException {
|
public void getRechargeOrderExcel(@Valid PromoterDrawReqExcelVO excelVO, HttpServletResponse response) throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue