From 068fc7f2e81178e55fa191a13709af64b1a163f6 Mon Sep 17 00:00:00 2001
From: EricsHu <hrr145632>
Date: 星期一, 05 十二月 2022 14:27:43 +0800
Subject: [PATCH] 处理编码

---
 src/main/java/com/qxueyou/scc/exercise/service/impl/ExerciseCompleteService.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/exercise/service/impl/ExerciseCompleteService.java b/src/main/java/com/qxueyou/scc/exercise/service/impl/ExerciseCompleteService.java
index 41fb136..f6f577a 100644
--- a/src/main/java/com/qxueyou/scc/exercise/service/impl/ExerciseCompleteService.java
+++ b/src/main/java/com/qxueyou/scc/exercise/service/impl/ExerciseCompleteService.java
@@ -24,7 +24,7 @@
 import com.qxueyou.scc.school.model.SchHandout;
 
 /**
- * 考试管理服务层
+ * 鑰冭瘯绠$悊鏈嶅姟灞�
  * 
  * @author kevin
  * @createTime 2017-11-1
@@ -103,7 +103,7 @@
 					"subjectId",exerciseInfo.getSubjectId(),"subjectName",exerciseInfo.getSubject().getName()
 					,"exerciseCompleteId",completeInfo.getExerciseCompleteId());
 			
-		msgInfoService.doSendTextMsgToUsers(new String[]{completeInfo.getStudentUserId()},MsgInfo.TYPE_CHECK,"老师批改了作业 ", attrs);
+		msgInfoService.doSendTextMsgToUsers(new String[]{completeInfo.getStudentUserId()},MsgInfo.TYPE_CHECK,"鑰佸笀鎵规敼浜嗕綔涓� ", attrs);
 	}
 	
 
@@ -118,7 +118,7 @@
 		completeInfo.setContent(completeInfo.getUploadDesc());
 		completeInfo.setTotalScore(exerciseInfo.getScore());
 
-		// 如果文件作业是视频音频作业
+		// 濡傛灉鏂囦欢浣滀笟鏄棰戦煶棰戜綔涓�
 		if (exerciseInfo.getCommitUploadType() == ExerciseInfo.EXERCISE_FILE_COMMIT_VIDEO 
 				|| exerciseInfo.getCommitUploadType() == ExerciseInfo.EXERCISE_FILE_COMMIT_AUDIO) {
 			if (StringUtils.isNotEmpty(completeInfo.getTargetObjectId())) {
@@ -134,7 +134,7 @@
 			}
 		}
 
-		// 如果文件作业是讲义
+		// 濡傛灉鏂囦欢浣滀笟鏄涔�
 		if (exerciseInfo.getCommitUploadType() == ExerciseInfo.EXERCISE_FILE_COMMIT_DOC) {
 			if (StringUtils.isNotEmpty(completeInfo.getTargetObjectId())) {
 				SchHandout handout = this.read(SchHandout.class, completeInfo.getTargetObjectId());
@@ -147,7 +147,7 @@
 			}
 		}
 
-		// 如果是写作作业
+		// 濡傛灉鏄啓浣滀綔涓�
 		if (exerciseInfo.getType() == ExerciseInfo.EXERCISE_TYPE_WRITING && StringUtils.isNotEmpty(completeInfo.getTargetObjectId())) {
 			completeInfo.setContent(this.orgTextService.getOrgText(completeInfo.getExerciseCompleteId(), OrgText.TABLE_WRITING_EXERCISE).getContent());
 		}

--
Gitblit v1.8.0