|
@@ -244,7 +244,7 @@ public class CacheHelper implements CacheConstants {
|
|
|
* @author WANGWEI
|
|
|
*/
|
|
|
public static ExamPropertyCacheBean getExamProperty(Long examId, String key) {
|
|
|
- return ObjectRedisCacheProcessor.get("E_EXAM_PROP:", new Object[]{examId, key},
|
|
|
+ return ObjectRedisCacheProcessor.get(CACHE_E_EXAM_PROP, new Object[]{examId, key},
|
|
|
ExamPropertyCacheBean.class, "EC-CORE-EXAMWORK",
|
|
|
"cn.com.qmth.examcloud.core.examwork.service.cache.ExamPropertyCache");
|
|
|
}
|