|
@@ -356,13 +356,11 @@ public class CacheHelper {
|
|
* 考生信息
|
|
* 考生信息
|
|
*
|
|
*
|
|
* @author WANGWEI
|
|
* @author WANGWEI
|
|
- * @param studentId
|
|
|
|
- * @param examId
|
|
|
|
- * @param courseId
|
|
|
|
|
|
+ * @param examStudentId
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- public static ExamStudentCacheBean getExamStudent(Long studentId, Long examId, Long courseId) {
|
|
|
|
- return ObjectRedisCacheProcessor.get("OE_ES:", new Object[]{studentId, examId, courseId},
|
|
|
|
|
|
+ public static ExamStudentCacheBean getExamStudent(Long examStudentId) {
|
|
|
|
+ return ObjectRedisCacheProcessor.get("OE_ES:", new Object[]{examStudentId},
|
|
ExamStudentCacheBean.class, "EC-CORE-OE-ADMIN",
|
|
ExamStudentCacheBean.class, "EC-CORE-OE-ADMIN",
|
|
"cn.com.qmth.examcloud.core.oe.admin.service.cache.ExamStudentCache");
|
|
"cn.com.qmth.examcloud.core.oe.admin.service.cache.ExamStudentCache");
|
|
}
|
|
}
|