Browse Source

优化日志

lideyin 5 năm trước cách đây
mục cha
commit
ccf6b7ee01

+ 2 - 2
src/main/java/cn/com/qmth/dp/examcloud/oe/modules/update_question_score/UpdateQuestionScoreService.java

@@ -343,11 +343,11 @@ public class UpdateQuestionScoreService {
                 //更新修改后的试卷结构
                 //更新修改后的试卷结构
                 mongoTemplate.save(paperStructBean, "examRecordPaperStruct");
                 mongoTemplate.save(paperStructBean, "examRecordPaperStruct");
                 System.out.println(String.format("1.2.更新第%d条试卷结构数据成功---examRecordDataId=%s,paperStructId=%s",
                 System.out.println(String.format("1.2.更新第%d条试卷结构数据成功---examRecordDataId=%s,paperStructId=%s",
-                        ++effectiveNum, record.getId(), record.getPaperStructId()));
+                        ++effectiveNum2, record.getId(), record.getPaperStructId()));
 
 
             } catch (Exception e) {
             } catch (Exception e) {
                 System.out.println(String.format("1.2.更新第%d条试卷结构数据失败---examRecordDataId=%s,paperStructId=%s",
                 System.out.println(String.format("1.2.更新第%d条试卷结构数据失败---examRecordDataId=%s,paperStructId=%s",
-                        ++effectiveNum, record.getId(), record.getPaperStructId()));
+                        ++effectiveNum2, record.getId(), record.getPaperStructId()));
                 throw new StatusException("100003", e.getMessage(), e);
                 throw new StatusException("100003", e.getMessage(), e);
             }
             }