| | |
| | | import com.qxueyou.scc.msg.model.Message;*/ |
| | | |
| | | /** |
| | | * 练习题目全站统计 个人统计 |
| | | * 练习题目全站统计 个人统计 |
| | | * @author zhiyong |
| | | * |
| | | */ |
| | | @Service("ExerciseItemStatisticsDealService") |
| | | public class ExerciseItemStatisticsDealService{ |
| | | |
| | | // /** 缓存service */ |
| | | // /** 缓存service */ |
| | | // @Autowired |
| | | // ICacheService cacheService; |
| | | |
| | | /** 练习接口service */ |
| | | /** 练习接口service */ |
| | | @Autowired |
| | | IExerciseVerService exerciseVerService; |
| | | |
| | |
| | | // String key = Constants.EXER_ITEM_STATISTICAL_CACHE_KEY |
| | | // + userId + exerciseGroupId + currTime; |
| | | // |
| | | // // 获取答案集合 |
| | | // // 获取答案集合 |
| | | // ExerciseSubmitAnswerData answerData = cacheService.get(key, ExerciseSubmitAnswerData.class); |
| | | // //log.error("练习个人全站统计开始---------exerItemIdMap="+exerItemIdMap); |
| | | // //log.error("练习个人全站统计开始---------exerItemIdMap="+exerItemIdMap); |
| | | // if(answerData == null){ |
| | | // return; |
| | | // } |
| | |
| | | // |
| | | // } catch (Exception e) { |
| | | // |
| | | // log.error("更新用户练习个人统计全站统计数据失败:" + e, e); |
| | | // log.error("更新用户练习个人统计全站统计数据失败:" + e, e); |
| | | // |
| | | // throw e; |
| | | // } |