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) {
191191 }
192192 }
193193
194- @ GetMapping ("/download/report/{reportId}/cv " )
194+ @ GetMapping ("/download/cv/ report/{reportId}" )
195195 @ ResponseBody
196196 public ResponseEntity <Object > downloadCVReport (@ PathVariable (name = "reportId" ) String reportId ) throws FileNotFoundException , IOException {
197197 String name = "CVAuto_report_" + reportId + ".xlsx" ;
@@ -220,7 +220,7 @@ public ResponseEntity<Object> downloadCVReport(@PathVariable(name = "reportId")
220220 { // Random <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
221221 JSONObject random = new JSONObject ();
222222 random .put ("documentId@" , "TestRecord/documentId" );
223- random .put ("@column" , "id,img" );
223+ random .put ("@column" , "id,file, img" );
224224 random .put ("@order" , "date-" );
225225 random .put ("@combine" , "file[>,img[>" );
226226 random .put ("file[>" , 0 );
You can’t perform that action at this time.
0 commit comments