maven 依赖冲突解决

This commit is contained in:
2025-01-24 15:49:34 +08:00
parent c5b25e9a16
commit c7b1d46b18
2 changed files with 1 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ public class ConvenientInquiryController {
}
@ApiOperation("下载交易记录")
@PostMapping("/exportTransactionRecords")
@PostMapping("/queryTransaction/download")
public void exportTransactionRecords(@Valid @RequestBody QueryPaymentInfoDTO queryPaymentInfoDTO, HttpServletResponse response){
convenientInquiryService.exportTransactionRecords(queryPaymentInfoDTO, response);
// return Response.success();