|
@@ -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) {
|