File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/java/apijson/boot Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ private MediaType determineContentType(String fileName) {
191
191
}
192
192
}
193
193
194
- @ GetMapping ("/download/report/{reportId}/cv " )
194
+ @ GetMapping ("/download/cv/ report/{reportId}" )
195
195
@ ResponseBody
196
196
public ResponseEntity <Object > downloadCVReport (@ PathVariable (name = "reportId" ) String reportId ) throws FileNotFoundException , IOException {
197
197
String name = "CVAuto_report_" + reportId + ".xlsx" ;
@@ -220,7 +220,7 @@ public ResponseEntity<Object> downloadCVReport(@PathVariable(name = "reportId")
220
220
{ // Random <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
221
221
JSONObject random = new JSONObject ();
222
222
random .put ("documentId@" , "TestRecord/documentId" );
223
- random .put ("@column" , "id,img" );
223
+ random .put ("@column" , "id,file, img" );
224
224
random .put ("@order" , "date-" );
225
225
random .put ("@combine" , "file[>,img[>" );
226
226
random .put ("file[>" , 0 );
You can’t perform that action at this time.
0 commit comments