xiatian 5 лет назад
Родитель
Сommit
3a0f223c2f

+ 1 - 1
examcloud-core-questions-api-provider/src/main/java/cn/com/qmth/examcloud/core/questions/api/controller/ExportPaperController.java

@@ -78,7 +78,7 @@ public class ExportPaperController extends ControllerSupport {
      * @param loginName
      */
     @ApiOperation(value = "批量导出试卷", notes = "批量导出")
-    @GetMapping(value = "/paper/batch_export/{paperIds}/{exportContentList}/{orgName}/{loginName}/{examType}")
+    @GetMapping(value = "/paper/batch_export/{paperIds}/{exportContentList}/{orgId}/{loginName}/{examType}")
     public void getPaperByIds(HttpServletRequest request, HttpServletResponse response, @PathVariable String paperIds,
             @PathVariable String orgId, @PathVariable String exportContentList, @PathVariable String loginName,
             @PathVariable String examType) {

+ 1 - 1
examcloud-core-questions-starter/src/main/resources/security.properties

@@ -1,2 +1,2 @@
-[s][${api_cqb}/][/paper/export/{id}/{exportContentList}/{orgName}/{loginName}/{examType}][GET]=true
+[s][${api_cqb}/][/paper/export/{id}/{exportContentList}/{orgId}/{loginName}/{examType}][GET]=true
 [s][${api_cqb}/default_question][/question][POST]=true