deason 2 lat temu
rodzic
commit
cfb9166a2f

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/tool/service/export_student_answer_and_score_detail/ExportStudentAnswerAndScoreDetailTask.java

@@ -6,8 +6,8 @@ import cn.com.qmth.examcloud.tool.service.CommonService;
 import cn.com.qmth.examcloud.tool.service.export_student_answer_and_score_detail.vo.*;
 import cn.com.qmth.examcloud.tool.utils.*;
 import cn.com.qmth.examcloud.tool.vo.Pager;
-import cn.com.qmth.examcloud.tool.vo.user.User;
 import cn.com.qmth.examcloud.tool.vo.paper.QuestionType;
+import cn.com.qmth.examcloud.tool.vo.user.User;
 import com.alibaba.excel.EasyExcel;
 import com.fasterxml.jackson.core.type.TypeReference;
 import com.fasterxml.jackson.databind.JsonNode;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/tool/service/reset_student_password/ResetStudentPasswordTask.java

@@ -30,7 +30,7 @@ public class ResetStudentPasswordTask {
 
     public void start(Long rootOrgId) {
         User user = commonService.login(sysProperty.getServerRootOrgId(), sysProperty.getServerLoginName(), sysProperty.getServerPassword());
-        this.execute(user, rootOrgId);
+        // this.execute(user, rootOrgId);
     }
 
     /**