feat():添加导出接口

master
zhang chengzhi 2024-08-09 22:11:29 +08:00
parent 477d134d94
commit 8b39b78159
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class OrderPayCustomerController {
@Log(title = "导出支付", businessType = BusinessType.EXPORT)
@RequiresPermissions("pay:user:export")
@RequiresPermissions("pay:customer:export")
@PostMapping("/export")
public void export (HttpServletResponse response, @Validated @RequestBody CustomerListReq customerListReq) {
log.info("进行导出操作");