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/school/action/StudentScoreController.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/qxueyou/scc/school/action/StudentScoreController.java b/src/main/java/com/qxueyou/scc/school/action/StudentScoreController.java
index 3e8f0a8..0ee599d 100644
--- a/src/main/java/com/qxueyou/scc/school/action/StudentScoreController.java
+++ b/src/main/java/com/qxueyou/scc/school/action/StudentScoreController.java
@@ -11,7 +11,7 @@
 import com.qxueyou.scc.school.service.IStudentScoreService;
 
 /**
- * 用户学分控制层;
+ * 鐢ㄦ埛瀛﹀垎鎺у埗灞�;
  * 
  * @author junliang
  * @createTime 2017-12-10
@@ -25,11 +25,11 @@
 	/**
 	 * 
 	 * @param classId
-	 *            班级id
+	 *            鐝骇id
 	 * @param videoId
-	 *            视频id
+	 *            瑙嗛id
 	 * @param score
-	 *            学分
+	 *            瀛﹀垎
 	 * @return
 	 */
 	@RequestMapping(value = "/addStudentScore", method = RequestMethod.GET)
@@ -40,7 +40,7 @@
 	}
 
 	/**
-	 * 获取学分
+	 * 鑾峰彇瀛﹀垎
 	 * 
 	 * @return
 	 */
@@ -53,7 +53,7 @@
 	}
 	
 	/**
-	 * 是否学完
+	 * 鏄惁瀛﹀畬
 	 * 
 	 * @return
 	 */

--
Gitblit v1.8.0