|
@@ -1085,8 +1085,8 @@ public class ExamController extends ControllerSupport {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "下载学习中心特殊设置", notes = "")
|
|
|
- @GetMapping("downloadExamOrgSettings")
|
|
|
- public void downloadExamOrgSettings(HttpServletResponse response) {
|
|
|
+ @GetMapping("exportExamOrgSettings")
|
|
|
+ public void exportExamOrgSettings(HttpServletResponse response) {
|
|
|
User accessUser = getAccessUser();
|
|
|
Long rootOrgId = accessUser.getRootOrgId();
|
|
|
|
|
@@ -1103,6 +1103,8 @@ public class ExamController extends ControllerSupport {
|
|
|
|
|
|
if (next.equals(start)) {
|
|
|
break;
|
|
|
+ } else {
|
|
|
+ start = next;
|
|
|
}
|
|
|
for (OrgBean cur : orgBeanList) {
|
|
|
if (null == cur.getParentId()) {
|