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