派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
src/main/java/com/qxueyou/scc/exercise/service/impl/ExerciseItemStatisticsDealService.java
@@ -15,18 +15,18 @@
import com.qxueyou.scc.msg.model.Message;*/
/**
 * 练习题目全站统计 个人统计
 * 练习题目全站统计 个人统计
 * @author zhiyong
 *
 */
@Service("ExerciseItemStatisticsDealService")
public class ExerciseItemStatisticsDealService{
   
//   /** 缓存service  */
//   /** 缓存service  */
//   @Autowired
//   ICacheService cacheService;
   
   /** 练习接口service  */
   /** 练习接口service  */
   @Autowired
   IExerciseVerService exerciseVerService;
   
@@ -52,9 +52,9 @@
//         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;
//         }
@@ -66,7 +66,7 @@
//         
//      } catch (Exception e) {
//
//         log.error("更新用户练习个人统计全站统计数据失败:" + e, e);
//         log.error("更新用户练习个人统计全站统计数据失败:" + e, e);
//
//         throw e;
//      }