|
@@ -359,6 +359,7 @@ public class ApplyTaskCacheService implements CacheConstants {
|
|
}
|
|
}
|
|
|
|
|
|
// 缓存不存在时,从数据库再查一次
|
|
// 缓存不存在时,从数据库再查一次
|
|
|
|
+ /*
|
|
StudentApplyEntity entity = this.getStudentApplyRecordFormDB(studentId, examSiteId, timePeriodId);
|
|
StudentApplyEntity entity = this.getStudentApplyRecordFormDB(studentId, examSiteId, timePeriodId);
|
|
if (entity != null) {
|
|
if (entity != null) {
|
|
cacheBean = new ApplyRecordCacheBean();
|
|
cacheBean = new ApplyRecordCacheBean();
|
|
@@ -369,7 +370,7 @@ public class ApplyTaskCacheService implements CacheConstants {
|
|
cacheBean.setOperateId(entity.getOperateId());
|
|
cacheBean.setOperateId(entity.getOperateId());
|
|
cacheBean.setOperateTime(entity.getUpdateTime());
|
|
cacheBean.setOperateTime(entity.getUpdateTime());
|
|
return cacheBean;
|
|
return cacheBean;
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|