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

@@ -315,11 +315,6 @@
<artifactId>google-http-client-jackson2</artifactId>
<version>1.41.5</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.3</version>
</dependency>
</dependencies>

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();