fix
This commit is contained in:
parent
49c3979850
commit
4f378b3188
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ public class ConfigExecutorService {
|
|||
|
||||
public FileModel exportData(ExportDataRequest request) {
|
||||
HttpHeaders headers = new HttpHeaders();
|
||||
headers.setContentType(MediaType.APPLICATION_JSON);
|
||||
HttpEntity<ExportDataRequest> entity = new HttpEntity<>(request, headers);
|
||||
|
||||
ResponseEntity<byte[]> response = restTemplate.exchange(url.concat("/").concat("downloadCSV"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue