交易记录下载 返回文件流改为返回文件下载地址
This commit is contained in:
@@ -52,5 +52,5 @@ public interface ConvenientInquiryService extends IService<Questionnaire> {
|
||||
|
||||
Map<String, List<String>> getCities();
|
||||
|
||||
void exportTransactionRecords(String params, HttpServletResponse response);
|
||||
String exportTransactionRecords(QueryPaymentInfoDTO queryPaymentInfoDTO, HttpServletResponse response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user