|
@@ -219,7 +219,7 @@ public class TCallRecordController extends BaseController
|
|
* @return
|
|
* @return
|
|
* @throws IOException
|
|
* @throws IOException
|
|
*/
|
|
*/
|
|
- @PostMapping("/downloadBatchByCondition")
|
|
|
|
|
|
+ @GetMapping("/downloadBatchByCondition")
|
|
public ResponseEntity<Resource> downloadBatchFiles(TCallRecord tCallRecord) throws IOException {
|
|
public ResponseEntity<Resource> downloadBatchFiles(TCallRecord tCallRecord) throws IOException {
|
|
//查询数据
|
|
//查询数据
|
|
List<TCallRecord> tCallRecords = this.tCallRecordService.selectTCallRecordList(tCallRecord);
|
|
List<TCallRecord> tCallRecords = this.tCallRecordService.selectTCallRecordList(tCallRecord);
|