maven 依赖冲突解决
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -315,11 +315,6 @@
|
|||||||
<artifactId>google-http-client-jackson2</artifactId>
|
<artifactId>google-http-client-jackson2</artifactId>
|
||||||
<version>1.41.5</version>
|
<version>1.41.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.poi</groupId>
|
|
||||||
<artifactId>poi-ooxml</artifactId>
|
|
||||||
<version>5.2.3</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ public class ConvenientInquiryController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("下载交易记录")
|
@ApiOperation("下载交易记录")
|
||||||
@PostMapping("/exportTransactionRecords")
|
@PostMapping("/queryTransaction/download")
|
||||||
public void exportTransactionRecords(@Valid @RequestBody QueryPaymentInfoDTO queryPaymentInfoDTO, HttpServletResponse response){
|
public void exportTransactionRecords(@Valid @RequestBody QueryPaymentInfoDTO queryPaymentInfoDTO, HttpServletResponse response){
|
||||||
convenientInquiryService.exportTransactionRecords(queryPaymentInfoDTO, response);
|
convenientInquiryService.exportTransactionRecords(queryPaymentInfoDTO, response);
|
||||||
// return Response.success();
|
// return Response.success();
|
||||||
|
|||||||
Reference in New Issue
Block a user